dart / 2 / dart-io / platform / version.html

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;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-io/Platform/version.html