toCborBytes method

CborBytesValue toCborBytes()

Implementation

CborBytesValue toCborBytes() {
  return CborBytesValue(this);
}