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