ListIndexTracker<T> class
Constructors
-
ListIndexTracker(List<
T> _items, [int _index = 0])
Properties
Methods
-
next(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
previous(
) → void -
reset(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateValue(
T value, int index) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited