hexBytes property

Uint8List get hexBytes

Implementation

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