buffer property

ByteBuffer buffer
override

Returns the byte buffer associated with this object.

Implementation

ByteBuffer get buffer => new UnmodifiableByteBufferView(_data.buffer);