copyWith method
Implementation
@override
ChatAvailableReactionsSome copyWith({
List<ReactionType>? reactions,
}) =>
ChatAvailableReactionsSome(
reactions: reactions ?? this.reactions,
);
@override
ChatAvailableReactionsSome copyWith({
List<ReactionType>? reactions,
}) =>
ChatAvailableReactionsSome(
reactions: reactions ?? this.reactions,
);