Version class final
Dot-separated version string. Alphabetical symbols are ignored without errors.
Examples of correct versions: "1.2.3", "2.0.0-2", "2014.04.25", "42".
- Available extensions
Properties
Methods
-
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 ==(
covariant Version other) → bool -
The equality operator.
override