copyWith method
Implementation
ReadAllChatReactions copyWith({
int? chatId,
}) =>
ReadAllChatReactions(
chatId: chatId ?? this.chatId,
);
ReadAllChatReactions copyWith({
int? chatId,
}) =>
ReadAllChatReactions(
chatId: chatId ?? this.chatId,
);