NonProductPerformanceView constructor

NonProductPerformanceView({
  1. double? clickThroughRate,
  2. String? clicks,
  3. Date? date,
  4. String? impressions,
  5. Date? week,
})

Implementation

NonProductPerformanceView({
  this.clickThroughRate,
  this.clicks,
  this.date,
  this.impressions,
  this.week,
});