offsetInBytes property

  1. @override
int get offsetInBytes
inherited

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

Implementation

@override
int get offsetInBytes => _content.offsetInBytes;