copyWith method

Implementation

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