extApiV2DataTypeToJson function
Implementation
String? extApiV2DataTypeToJson(enums.ExtApiV2DataType extApiV2DataType) {
return extApiV2DataType.value;
}
String? extApiV2DataTypeToJson(enums.ExtApiV2DataType extApiV2DataType) {
return extApiV2DataType.value;
}