copyWith method

StoryInteractionTypeRepost copyWith({
  1. Story? story,
})

Implementation

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