UpdateScopeNotificationSettings constructor

UpdateScopeNotificationSettings({
  1. NotificationSettingsScope? scope,
  2. ScopeNotificationSettings? notificationSettings,
})

Implementation

UpdateScopeNotificationSettings({this.scope, this.notificationSettings});