lengthInBytes property Null safety

int lengthInBytes
override

Returns the length of this view, in bytes.

Implementation

int get lengthInBytes => _data.lengthInBytes;