dart / 1 / dart-core / runeiterator / runeiterator.html

RuneIterator constructor

RuneIterator(String string)

Create an iterator positioned at the beginning of the string.

Source

RuneIterator(String string)
    : this.string = string,
      _position = 0,
      _nextPosition = 0;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-core/RuneIterator/RuneIterator.html