copyWith method
Implementation
StoryInteractionTypeView copyWith({ReactionType? chosenReactionType}) =>
StoryInteractionTypeView(
chosenReactionType: chosenReactionType ?? this.chosenReactionType,
);
StoryInteractionTypeView copyWith({ReactionType? chosenReactionType}) =>
StoryInteractionTypeView(
chosenReactionType: chosenReactionType ?? this.chosenReactionType,
);