A` Dart Iterator that iterates over the values in this.
Iterator<T> get toDartIterator => _JSIteratorToIterator<T>(this);