copyWith method
Implementation
ChatEventForumTopicToggleIsClosed copyWith({ForumTopicInfo? topicInfo}) =>
ChatEventForumTopicToggleIsClosed(topicInfo: topicInfo ?? this.topicInfo);
ChatEventForumTopicToggleIsClosed copyWith({ForumTopicInfo? topicInfo}) =>
ChatEventForumTopicToggleIsClosed(topicInfo: topicInfo ?? this.topicInfo);