copyWith method

ChatStatisticsObjectTypeStory copyWith({
  1. int? storyId,
})

Implementation

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