Decodes this String as an HEX sequence of bytes (Uint8List).
HEX
Uint8List decodeHex() => base16.decode(this);