LanguageVersion class
Constructors
- LanguageVersion.new(int major, int minor, int patch)
Properties
Methods
-
isAtLeast(
int major, [int? minor, int? patch]) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited