parseHex method

Uint8List parseHex()

Implementation

Uint8List parseHex() {
  return hex.decoder.convert(this) as Uint8List;
}