RangedIncrementor class
Constructors
- RangedIncrementor({required double initialValue, required double max, required double min})
Properties
Methods
-
increment(
[double add = 1]) → void -
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 +(
double value) → double -
operator -(
double value) → double -
operator ==(
Object other) → bool -
The equality operator.
inherited