version property

String version

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 String get version => _version;