toDartIterator property

Iterator<T> get toDartIterator

A` Dart Iterator that iterates over the values in this.

Implementation

Iterator<T> get toDartIterator => _JSIteratorToIterator<T>(this);