Range class

Constructors

Range(double _from, double _to)

Properties

from double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to double
getter/setter pair

Methods

contains(double value) bool
Returns true if this range contains (if the value is in between) the given value, false if not.
isLarger(double value) bool
isSmaller(double value) bool
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