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