StoryStatistics constructor

StoryStatistics({
  1. StatisticalGraph? storyInteractionGraph,
  2. StatisticalGraph? storyReactionGraph,
})

Implementation

StoryStatistics({this.storyInteractionGraph, this.storyReactionGraph});