EngineVersion class final
What the daemon reports about itself.
Constructors
- EngineVersion({required String version, required String apiVersion, required String minApiVersion})
-
const
Properties
- apiVersion → String
-
Highest API version the daemon speaks, e.g.
1.54.final - hashCode → int
-
The hash code for this object.
no setterinherited
- minApiVersion → String
-
Lowest API version the daemon still accepts, e.g.
1.40.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String
-
Daemon version, e.g.
29.5.3.final
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