arrayOffset property

int arrayOffset

The offset within this buffer's backing array of the first element of the buffer.

Throws:

  • ReadOnlyBufferException - If this buffer is backed by an array but is read-only
  • UnsupportedOperationException - If this buffer is not backed by an accessible array

Implementation

int get arrayOffset {
  return _arrayOffsetId(this, const jintType(), []);
}