VersionXYZ class
Constructors
-
VersionXYZ(dynamic xyz)
-
'x.y.z' or
0,1,0
Properties
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
x
→ int
-
read-only
-
y
→ int
-
read-only
-
z
→ int
-
read-only
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override