toBytes method

List<int> toBytes()

Retrieve the accumulated bytes as a List

Implementation

List<int> toBytes() {
  return _buffer.toBytes();
}