AnalyticsV2 constructor

const AnalyticsV2({
  1. int? dealersTotal,
  2. int? dealersOnboardedTotal,
  3. int? devicesTotal,
  4. int? usersTotal,
  5. int? appDownloadsTotal,
})

Implementation

const AnalyticsV2({
  this.dealersTotal,
  this.dealersOnboardedTotal,
  this.devicesTotal,
  this.usersTotal,
  this.appDownloadsTotal,
});