fDXNotificationTypeToJson function

String? fDXNotificationTypeToJson(
  1. FDXNotificationType? fDXNotificationType
)

Implementation

String? fDXNotificationTypeToJson(
    enums.FDXNotificationType? fDXNotificationType) {
  return enums.$FDXNotificationTypeMap[fDXNotificationType];
}