toBytes method

List<int> toBytes ()

toBytes returns the byte representation of an ID.

Implementation

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