hexDecoded property

List<int> hexDecoded

Converts hexadecimal strings to byte arrays with hex.decoder.

Implementation

List<int> get hexDecoded {
  return hex.decoder.convert(this);
}