StoryPrivacySettingsContacts constructor

const StoryPrivacySettingsContacts({
  1. required List<int> exceptUserIds,
})

The story can be viewed by all contacts except chosen users

Implementation

const StoryPrivacySettingsContacts({
  required this.exceptUserIds,
});