timeRangeDTONullableToJson function
- TimeRangeDTO? timeRangeDTO
Implementation
String? timeRangeDTONullableToJson(enums.TimeRangeDTO? timeRangeDTO) {
return timeRangeDTO?.value;
}
String? timeRangeDTONullableToJson(enums.TimeRangeDTO? timeRangeDTO) {
return timeRangeDTO?.value;
}