aggregationTypeDTOToJson function
- AggregationTypeDTO aggregationTypeDTO
Implementation
String? aggregationTypeDTOToJson(enums.AggregationTypeDTO aggregationTypeDTO) {
return aggregationTypeDTO.value;
}
String? aggregationTypeDTOToJson(enums.AggregationTypeDTO aggregationTypeDTO) {
return aggregationTypeDTO.value;
}