asBytes property

List<int> asBytes

Returns all the output as bytes.

Implementation

List<int> get asBytes => _outputStream.asBytes;