toUint8List property
Uint8List
get
toUint8List
Implementation
Uint8List get toUint8List => Uint8List.fromList(hex.decode(this));
Uint8List get toUint8List => Uint8List.fromList(hex.decode(this));