toCborHex method

  1. @override
String toCborHex()
override

Encode the value into CBOR bytes an then to hex

Implementation

@override
String toCborHex() {
  return BytesUtils.toHexString(encode());
}