Properties
build
→ String
Build information relevant to the version. Does not contribute to sorting.
final inherited
hashCode
→ int
The hash code for this object.
no setter inherited
isPreRelease
→ bool
Indicates that the version is a pre-release. Returns true if preRelease has any segments, otherwise false
no setter inherited
major
→ int
The major number of the version, incremented when making breaking changes.
final inherited
minor
→ int
The minor number of the version, incremented when adding new functionality in a backwards-compatible manner.
final inherited
patch
→ int
The patch number of the version, incremented when making backwards-compatible bug fixes.
final inherited
preRelease
→ List <String >
Pre-release information segments.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Operators
operator < (dynamic o )
→ bool
Determines whether the left-hand Version represents a lower precedence than the right-hand Version .
inherited
operator <= (dynamic o )
→ bool
Determines whether the left-hand Version represents an equal or lower precedence than the right-hand Version .
inherited
operator == (dynamic o )
→ bool
Determines whether the left-hand Version represents an equal precedence to the right-hand Version .
inherited
operator > (dynamic o )
→ bool
Determines whether the left-hand Version represents a greater precedence than the right-hand Version .
inherited
operator >= (dynamic o )
→ bool
Determines whether the left-hand Version represents an equal or greater precedence than the right-hand Version .
inherited