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