length property

Future<int> get length

Get the length

Implementation

Future<int> get length async => _knownLength ?? (await _cachedBytes).length;