storyPrivacySettingsCloseFriends property
The story can be viewed by all close friends
Implementation
StoryPrivacySettingsCloseFriends? get storyPrivacySettingsCloseFriends {
if (this is StoryPrivacySettingsCloseFriends) {
return this as StoryPrivacySettingsCloseFriends;
}
return null;
}