toBytes method

List<int> toBytes()

buffer bytes.

Implementation

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