current property

int current
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;