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