notificationTypesToJson function

String? notificationTypesToJson(
  1. NotificationTypes? notificationTypes
)

Implementation

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