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 (notificationRateLimit != null)
        'notificationRateLimit': notificationRateLimit!,
    };