Range class
Properties
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