toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (autoClose != null) 'autoClose': autoClose!,
  if (notificationChannelStrategy != null)
    'notificationChannelStrategy': notificationChannelStrategy!,
  if (notificationPrompts != null)
    'notificationPrompts': notificationPrompts!,
  if (notificationRateLimit != null)
    'notificationRateLimit': notificationRateLimit!,
};