IdenticalItemsIterator<E> class

Implemented types

Constructors

IdenticalItemsIterator.new({required E value, int length = 1})
Constructs an object of type IdenticalItemsIterator.

Properties

current → E
The current element.
final
hashCode int
The hash code for this object.
no setterinherited
length int
The length of the iterated iterable.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

moveNext() bool
Advances the iterator to the next element of the iteration.
override
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