length property

  1. @override
int length
override

Returns the length of the content that has been accumulated so far. This is a constant-time operation.

Implementation

@override
int get length => _length;