Version class

Constructors

Version.from(String version)

Properties

bugfix int
latefinal
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
final
x int
latefinal
y int
latefinal
z int
latefinal

Methods

isHigherThan(Version other) bool
isLowerThan(Version other) 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.
override