toHexStringAsByte method
Converts a single byte integer to a hex string.
Implementation
String toHexStringAsByte() => ByteUtils.byteToHexString(this);
Converts a single byte integer to a hex string.
String toHexStringAsByte() => ByteUtils.byteToHexString(this);