copyWith method
Implementation
StoryInteractionTypeRepost copyWith({Story? story}) =>
StoryInteractionTypeRepost(story: story ?? this.story);
StoryInteractionTypeRepost copyWith({Story? story}) =>
StoryInteractionTypeRepost(story: story ?? this.story);