StatsMessageStats constructor

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

Stats Message Stats constructor.

Implementation

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