hexToUint8List property

Uint8List get hexToUint8List

Implementation

Uint8List get hexToUint8List => Uint8List.fromList(hex.decode(this));