current property Null safety

int current
override

The rune (integer Unicode code point) starting at the current position in the string.

The value is -1 if there is no current code point.

Implementation

int get current => _currentCodePoint;