current property
override
The rune (integer Unicode code point) starting at the current position in the string.
If there is no current rune, the value -1 is used instead.
Implementation
int get current => _currentCodePoint;
The rune (integer Unicode code point) starting at the current position in the string.
If there is no current rune, the value -1 is used instead.
int get current => _currentCodePoint;