copyWith method
Implementation
StoryOriginPublicStory copyWith({int? chatId, int? storyId}) =>
StoryOriginPublicStory(
chatId: chatId ?? this.chatId,
storyId: storyId ?? this.storyId,
);
StoryOriginPublicStory copyWith({int? chatId, int? storyId}) =>
StoryOriginPublicStory(
chatId: chatId ?? this.chatId,
storyId: storyId ?? this.storyId,
);