buffer property

ByteBuffer buffer
inherited

Returns the underlying ByteBuffer.

The returned buffer may be replaced by operations that change the length of this list.

The buffer may be larger than lengthInBytes bytes, but never smaller.

Implementation

ByteBuffer get buffer => _typedBuffer.buffer;