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