copyWith method
Implementation
GetEmojiReaction copyWith({
String? emoji,
}) =>
GetEmojiReaction(
emoji: emoji ?? this.emoji,
);
GetEmojiReaction copyWith({
String? emoji,
}) =>
GetEmojiReaction(
emoji: emoji ?? this.emoji,
);