currentSize 属性

int currentSize

当前字符码单元的数量。

如果没有当前字符(current 为 -1),则返回 0。

实现

int get currentSize => _nextPosition - _position;