Range class
Object for CardProvider
to determine valid number ranges.
A loose wrapper on a tuple, that provides assertion of
valid inputs and the isWithin()
helper function.
Properties
Methods
-
isWithin(
int val) → bool -
Returns bool whether or not
val
is betweenlow
andhigh
. The range includes theval
, so -
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