[flutter_tools] Remove `Version.unknown` (#124771)
Fixes #124756 by removing the concept of `Version.unknown`. `Version` fields that needed the ability to represent an unknown version have been made nullable. Assigning `null` to them represents an unknown version.
Showing
Please register or sign in to comment