VersionParser class
- Implemented types
Constructors
Properties
Methods
-
compareTo(
VersionParser? other) → int -
Compares this object to another object.
override
-
incrementMajor(
) → VersionParser -
incrementMinor(
) → VersionParser -
incrementPatch(
) → VersionParser -
incrementPreRelease(
) → VersionParser -
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 <(
dynamic o) → bool -
operator <=(
dynamic o) → bool -
operator ==(
dynamic o) → bool -
The equality operator.
override
-
operator >(
dynamic o) → bool -
operator >=(
dynamic o) → bool
Static Methods
-
parse(
String versionString) → VersionParser