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