length property

int get length

Returns the length of the buffer's contents.

Implementation

int get length => _buffer.length;