buffer property Null safety
override
Returns the byte buffer associated with this object.
Implementation
ByteBuffer get buffer => new UnmodifiableByteBufferView(_data.buffer);
Returns the byte buffer associated with this object.
ByteBuffer get buffer => new UnmodifiableByteBufferView(_data.buffer);