ToggleStoryIsPostedToChatPage constructor

ToggleStoryIsPostedToChatPage({
  1. required int storyPosterChatId,
  2. required int storyId,
  3. required bool isPostedToChatPage,
})

Implementation

ToggleStoryIsPostedToChatPage({
  required this.storyPosterChatId,
  required this.storyId,
  required this.isPostedToChatPage,
});