builder property

BytesBuilder builder
final

Setup a new bytes builder the does not need to internally buffer since the wrapping filter will be passing copied data to it.

Implementation

final BytesBuilder builder = BytesBuilder(copy: false);