GlobalStats constructor

GlobalStats({
  1. Stats? stats,
  2. String? message,
})

Implementation

GlobalStats({this.stats, this.message});