length property

  1. @override
int get 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 => $value.length;