StatsTop constructor

StatsTop({
  1. String lang = 'zh',
  2. String period = 'day',
  3. int limit = 90,
})

Implementation

StatsTop({
  this.lang = 'zh',
  this.period = 'day',
  this.limit = 90,
});