current 属性

int current
override

字符串中当前位置开始的 Unicode 码点(整数)。

如果没有当前码点,则值为 -1。

实现

int get current => _currentCodePoint;