cborDataTypeToJson function

String? cborDataTypeToJson(
  1. CborDataType cborDataType
)

Implementation

String? cborDataTypeToJson(enums.CborDataType cborDataType) {
  return cborDataType.value;
}