buffer property

CB get buffer

Returns a constructed CodecBuffer.

Implementation

CB get buffer => _buffer ??= bufferBuilderFunc(length);