AutoStepReverseLoop class
Loops back and forth between start and end.
count specifies the number of loops, or infinite if null.
- Inheritance
-
- Object
- AutoStepLoopMode
- AutoStepReverseLoop
Constructors
- AutoStepReverseLoop.new({int? count})
-
Creates a reverse-loop mode.
const
Properties
Methods
-
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