toBytes method

Uint8List toBytes()

Converts a hex string to bytes.

Implementation

Uint8List toBytes() => ByteUtils.hexStringToBytes(this);