length property

  1. @override
int get length
override

The total length of the data.

Implementation

@override
int get length => _length;