toHex method

String toHex()

Converts the asset name to a hexadecimal string.

Implementation

String toHex() => BytesUtils.toHexString(data);