toBytes method

List<int> toBytes()

Returns the byte representation of the current xid instance

Implementation

List<int> toBytes() {
  return [...?_xidBytes];
}