UpdateScopeNotificationSettings constructor

UpdateScopeNotificationSettings({
  1. String? extra,
  2. int? client_id,
  3. NotificationSettingsScope? scope,
  4. ScopeNotificationSettings? notification_settings,
})

Implementation

UpdateScopeNotificationSettings({
  super.extra,
  super.client_id,
  this.scope,
  this.notification_settings,
});