copyWith method

UpdateSavedMessagesTopicCount copyWith({
  1. int? topicCount,
})

Implementation

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