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