buffer property

  1. @override
ByteBuffer buffer
inherited

Returns the byte buffer associated with this object.

Implementation

@override
ByteBuffer get buffer => _content.buffer;