version property
final
The version of the current Dart runtime.
The value is a semantic versioning string representing the version of the current Dart runtime, possibly followed by whitespace and other version and build details.
Implementation
static final version = _Platform.version;