UserListLicenseMetrics constructor

UserListLicenseMetrics({
  1. String? clickCount,
  2. String? endDate,
  3. String? impressionCount,
  4. String? revenueUsdMicros,
  5. String? startDate,
})

Implementation

UserListLicenseMetrics({
  this.clickCount,
  this.endDate,
  this.impressionCount,
  this.revenueUsdMicros,
  this.startDate,
});