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