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