size property

int get size

Returns the size of the buffer.

Implementation

int get size => _buffer.length;