lengthInBytes property Null safety
override
Returns the length of this view, in bytes.
Implementation
int get lengthInBytes => _data.lengthInBytes;
Returns the length of this view, in bytes.
int get lengthInBytes => _data.lengthInBytes;