Converts hexadecimal strings to byte arrays with hex.decoder.
hex.decoder
List<int> get hexDecoded { return hex.decoder.convert(this); }