toBytes method

Uint8List toBytes()

Implementation

Uint8List toBytes() {
  return Uint8List.fromList(hex.decode(noPrefix()));
}