notificationTypesToJson function
Implementation
String? notificationTypesToJson(enums.NotificationTypes? notificationTypes) {
return enums.$NotificationTypesMap[notificationTypes];
}
String? notificationTypesToJson(enums.NotificationTypes? notificationTypes) {
return enums.$NotificationTypesMap[notificationTypes];
}