copyWith method

ChatEventForumTopicDeleted copyWith({
  1. ForumTopicInfo? topicInfo,
})

Implementation

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