length property

  1. @override
int length
override

The length of bytes in this buffer.

Implementation

@override
int get length => _length;