toBytes property

Uint8List get toBytes

Implementation

Uint8List get toBytes {
  return p_utils.encodeBigInt(this);
}