hexToBytes property

Uint8List get hexToBytes

Implementation

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