Version class

Constructors

Version({int part1, int part2, int part3, int part4, bool alpha: false, bool beta: false, bool snapshot: false, bool release: false, String versionString })
Version.parse(String versionString)

Properties

alpha ↔ bool
read / write
beta ↔ bool
read / write
part1 ↔ int
read / write
part2 ↔ int
read / write
part3 ↔ int
read / write
part4 ↔ int
read / write
release ↔ bool
read / write
snapshot ↔ bool
read / write
versionString ↔ String
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() → String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator <(dynamic version) → dynamic
operator <=(dynamic version) → dynamic
operator ==(dynamic version) → bool
The equality operator. [...]
override
operator >(dynamic version) → dynamic
operator >=(dynamic version) → dynamic