current property - RuneIterator class - dart:core library (original) (raw)
int getcurrent
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;