currentSize property

int currentSize

The number of code units comprising the current rune.

Returns zero if there is no current rune (current is null).

Implementation

int get currentSize => _nextPosition - _position;