toBytes method

List<int> toBytes()

buffer bytes.

Implementation

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