SDKDartInfo class abstract

Accessor for SDK Dart version.

Available in the C++ and Dart SDKs.

Constructors

SDKDartInfo()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Properties

version ↔ String?
The version of the current Dart runtime if applicable. The returned String is formatted as the Semantic Versioning string of the current dart runtime, possibly followed by whitespace and other version and build details. For other platforms string is in the free format. Gets the stored version of the Dart runtime.
getter/setter pair