spawn method

Buffer spawn()

Returns a new buffer spawned from the same sink type.

Implementation

Buffer spawn() => Buffer(sink: _sink.spawn());