length property

int get length

Returns the length of the buffer's contents.

Implementation

int get length => toString().length;