ScopeNotificationSettings constructor

ScopeNotificationSettings({
  1. String? extra,
  2. int? client_id,
  3. int32? mute_for,
  4. int64? sound_id,
  5. Bool? show_preview,
  6. Bool? disable_pinned_message_notifications,
  7. Bool? disable_mention_notifications,
})

Implementation

ScopeNotificationSettings({
  super.extra,
  super.client_id,
  this.mute_for,
  this.sound_id,
  this.show_preview,
  this.disable_pinned_message_notifications,
  this.disable_mention_notifications,
});