copyWith method
Implementation
UpdateSavedMessagesTopicCount copyWith({int? topicCount}) =>
UpdateSavedMessagesTopicCount(topicCount: topicCount ?? this.topicCount);
UpdateSavedMessagesTopicCount copyWith({int? topicCount}) =>
UpdateSavedMessagesTopicCount(topicCount: topicCount ?? this.topicCount);