toBytes property

List<int> get toBytes

Implementation

List<int> get toBytes {
  return BytesUtils.toBytes(this);
}