offsetInBytes property

  1. @override
int offsetInBytes
inherited

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

Implementation

@override
int get offsetInBytes => _content.offsetInBytes;