A semantic version of the compiler.
dart: "1.74.0", node: false
Constructs a new version.
All components must be non-negative integers.
The major version.
The minor version.
The patch version.
Readonly
Static
Parses a version from a string.
This throws an error if a valid version can't be parsed.
A string in the form "major.minor.patch".
A semantic version of the compiler.
Compatibility
dart: "1.74.0", node: false