toUint8Array method

Uint8List toUint8Array()

Implementation

Uint8List toUint8Array() {
  return Uint8List.fromList(HEX.decode(noPrefix()));
}