alertTypeDTONullableToJson function
- AlertTypeDTO? alertTypeDTO
Implementation
String? alertTypeDTONullableToJson(enums.AlertTypeDTO? alertTypeDTO) {
return alertTypeDTO?.value;
}
String? alertTypeDTONullableToJson(enums.AlertTypeDTO? alertTypeDTO) {
return alertTypeDTO?.value;
}