offsetInBytes property Null safety
override
Returns the offset in bytes into the underlying byte buffer of this view.
Implementation
int get offsetInBytes => _data.offsetInBytes;
Returns the offset in bytes into the underlying byte buffer of this view.
int get offsetInBytes => _data.offsetInBytes;