api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
The number of code units comprising the current rune.
Returns zero if there is no current rune (current is -1).
int get currentSize => _nextPosition - _position;