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