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