PageviewsCounts constructor

PageviewsCounts({
  1. String? count,
  2. String? timeRange,
})

Implementation

PageviewsCounts({
  this.count,
  this.timeRange,
});