length property
int
get
length
Returns the length of the buffer's contents.
Implementation
int get length => _buffer.length;
Returns the length of the buffer's contents.
int get length => _buffer.length;