Converts the object to a CBOR object.
@override CborObject toCbor() { return CborListValue.definite([type.toCbor(), key.toCbor()]); }