builder property
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);
Setup a new bytes builder the does not need to internally buffer since the wrapping filter will be passing copied data to it.
final BytesBuilder builder = BytesBuilder(copy: false);