copyWith method

Implementation

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