toJson method

Map<String, dynamic> toJson()

Implementation

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