offsetInBytes property

int offsetInBytes
override

Returns the offset in bytes into the underlying byte buffer of this view.

Implementation

int get offsetInBytes => _data.offsetInBytes;