copyWith method
Implementation
ChatStatisticsObjectTypeStory copyWith({int? storyId}) =>
ChatStatisticsObjectTypeStory(storyId: storyId ?? this.storyId);
ChatStatisticsObjectTypeStory copyWith({int? storyId}) =>
ChatStatisticsObjectTypeStory(storyId: storyId ?? this.storyId);