Iterator$Typings<T, TReturn, TNext> extension

on

Properties

next IteratorResult<T, TReturn> Function([Iterable?])

Available on Iterator<T, TReturn, TNext>, provided by the Iterator$Typings extension

getter/setter pair
return$ IteratorResult<T, TReturn> Function([TReturn?])

Available on Iterator<T, TReturn, TNext>, provided by the Iterator$Typings extension

getter/setter pair
throw$ IteratorResult<T, TReturn> Function([dynamic])

Available on Iterator<T, TReturn, TNext>, provided by the Iterator$Typings extension

getter/setter pair