AdifRange class

Number value with a range.

Inheritance

Constructors

AdifRange(double value, double min, double max)

Properties

hashCode int
The hash code for this object.
no setterinherited
max double
getter/setter pair
min double
getter/setter pair
original double
The original data of the adif data.
no setterinherited
range → (double, double)
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
getter/setter pairinherited

Methods

getString() String
inherited
getType() String
inherited
isIntl() bool
Whether the data type accepts non-ASCII characters.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited