notificationTypeDTONullableToJson function
- NotificationTypeDTO? notificationTypeDTO
Implementation
String? notificationTypeDTONullableToJson(
enums.NotificationTypeDTO? notificationTypeDTO) {
return notificationTypeDTO?.value;
}
String? notificationTypeDTONullableToJson(
enums.NotificationTypeDTO? notificationTypeDTO) {
return notificationTypeDTO?.value;
}