storyPrivacySettingsContacts property
The story can be viewed by all contacts except chosen users
Implementation
StoryPrivacySettingsContacts? get storyPrivacySettingsContacts {
if (this is StoryPrivacySettingsContacts) {
return this as StoryPrivacySettingsContacts;
}
return null;
}