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