SetStoryPrivacySettings constructor

SetStoryPrivacySettings({
  1. required int storyId,
  2. StoryPrivacySettings? privacySettings,
})

Implementation

SetStoryPrivacySettings({required this.storyId, this.privacySettings});