ListIndexTracker<T> class

Constructors

ListIndexTracker(List<T> _items, [int _index = 0])

Properties

completed bool
no setter
current → T
no setter
hashCode int
The hash code for this object.
no setterinherited
hasNext bool
no setter
index int
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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