fDXNotificationSeverityToJson function

String? fDXNotificationSeverityToJson(
  1. FDXNotificationSeverity? fDXNotificationSeverity
)

Implementation

String? fDXNotificationSeverityToJson(
    enums.FDXNotificationSeverity? fDXNotificationSeverity) {
  return enums.$FDXNotificationSeverityMap[fDXNotificationSeverity];
}