copyWith method
Implementation
SetDefaultReactionType copyWith({ReactionType? reactionType}) =>
SetDefaultReactionType(reactionType: reactionType ?? this.reactionType);
SetDefaultReactionType copyWith({ReactionType? reactionType}) =>
SetDefaultReactionType(reactionType: reactionType ?? this.reactionType);