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