AsyncIterableIterator<T> class
- Implemented types
-
- AsyncIterator<
T, dynamic, dynamic>
- AsyncIterator<
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
AsyncIterableIterator({Future<
IteratorResult> next([Iterable?])?, Future<IteratorResult> return$([FutureOr?])?, Future<IteratorResult> throw$([dynamic])?}) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
next
↔ Future<
IteratorResult< Function([Iterable?])T, TReturn> > -
Available on AsyncIterator<
T, TReturn, TNext> , provided by the AsyncIterator$Typings extensiongetter/setter pair -
return$
↔ Future<
IteratorResult< Function([FutureOr<T, TReturn> >TReturn> ?]) -
Available on AsyncIterator<
T, TReturn, TNext> , provided by the AsyncIterator$Typings extensiongetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
throw$
↔ Future<
IteratorResult< Function([dynamic])T, TReturn> > -
Available on AsyncIterator<
T, TReturn, TNext> , provided by the AsyncIterator$Typings extensiongetter/setter pair
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