Range class
@fileoverview Represents a range
- Implemented types
Properties
Methods
-
contains(
num value) → bool - Contains, containing bounds. Inclusive.
-
marshal(
MarshalledObject marshalled) → void -
serialise to this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overlaps(
Range other) → bool - Range overlaps other range
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Properties
- PERCENT_RANGE → Range
-
final
Static Methods
-
unmarshal(
MarshalledObject marshalled) → Range