IteratorToJSIterator<T extends JSAny?> extension

Conversion from Iterator to JSIterator.

on
Annotations
  • @Since.new('3.12')

Properties

toJSIterator JSIterator<T>

Available on Iterator<T>, provided by the IteratorToJSIterator extension

A JSIterator wrapper that proxies to the Dart iterator API.
no setter