length property

int get length

現在のバイト位置(後方ジャンプのオフセット計算用)。

Implementation

int get length => _bytes.length;