dartVersion property

Version? get dartVersion

Current Dart SDK Version, or null if it cannot be determined.

The version is derived by parsing the Platform.version string, simplified to the MAJOR.MINOR.PATCH format.

Implementation

Version? get dartVersion;