AsyncGenerator$Typings<T, TReturn, TNext> extension
- on
-
- AsyncGenerator<
T, TReturn, TNext>
- AsyncGenerator<
Properties
-
next
↔ Future<
IteratorResult< Function([Iterable?])T, TReturn> > -
Available on AsyncGenerator<
T, TReturn, TNext> , provided by the AsyncGenerator$Typings extensiongetter/setter pair -
return$
↔ Future<
IteratorResult< Function(FutureOr<T, TReturn> >TReturn> ) -
Available on AsyncGenerator<
T, TReturn, TNext> , provided by the AsyncGenerator$Typings extensiongetter/setter pair -
throw$
↔ Future<
IteratorResult< Function([dynamic])T, TReturn> > -
Available on AsyncGenerator<
T, TReturn, TNext> , provided by the AsyncGenerator$Typings extensiongetter/setter pair