GetScopeNotificationSettings constructor
      const
      GetScopeNotificationSettings({ 
    
- required NotificationSettingsScope scope,
Returns the notification settings for chats of a given type
Implementation
const GetScopeNotificationSettings({
  required this.scope,
});