cborDataTypeNullableToJson function
- CborDataType? cborDataType
Implementation
String? cborDataTypeNullableToJson(enums.CborDataType? cborDataType) {
return cborDataType?.value;
}
String? cborDataTypeNullableToJson(enums.CborDataType? cborDataType) {
return cborDataType?.value;
}