SetStoryPrivacySettings constructor
SetStoryPrivacySettings({
- required int storyId,
- StoryPrivacySettings? privacySettings,
Implementation
SetStoryPrivacySettings({required this.storyId, this.privacySettings});