StatsStoryStats constructor

const StatsStoryStats({
  1. required StatsGraphBase viewsGraph,
  2. required StatsGraphBase reactionsByEmotionGraph,
})

Stats Story Stats constructor.

Implementation

const StatsStoryStats({
  required this.viewsGraph,
  required this.reactionsByEmotionGraph,
}) : super._();