copyWith method

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

Implementation

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