buffer property
A set of UTF-8 encoded bytes that will be written to the response.
Implementation
@override
BytesBuilder? get buffer => _buffer;
A set of UTF-8 encoded bytes that will be written to the response.
@override
BytesBuilder? get buffer => _buffer;