toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (emailAlertConfig != null) 'emailAlertConfig': emailAlertConfig!,
if (enableLogging != null) 'enableLogging': enableLogging!,
if (notificationChannels != null)
'notificationChannels': notificationChannels!,
};