decodeHex method

Uint8List decodeHex()

Decodes this String as an HEX sequence of bytes (Uint8List).

Implementation

Uint8List decodeHex() => base16.decode(this);