AnalyticsDTO constructor

const AnalyticsDTO({
  1. int? deviceCount,
  2. int? connectedDeviceCount,
  3. int? dealerOrgCount,
  4. int? onboardedDealerOrgCount,
  5. int? dealerDeviceCount,
  6. int? dealerUserCount,
  7. int? homeownerCount,
  8. int? appHomeownerCount,
  9. int? monitoringAppHomeownerCount,
  10. int? homeownerDeviceCount,
  11. int? monitoringDealerOrgCount,
  12. int? homeownerMonitoringUnassignedDeviceCount,
  13. CellKitAnalyticsDTO? cellKitAnalytics,
})

Implementation

const AnalyticsDTO({
  this.deviceCount,
  this.connectedDeviceCount,
  this.dealerOrgCount,
  this.onboardedDealerOrgCount,
  this.dealerDeviceCount,
  this.dealerUserCount,
  this.homeownerCount,
  this.appHomeownerCount,
  this.monitoringAppHomeownerCount,
  this.homeownerDeviceCount,
  this.monitoringDealerOrgCount,
  this.homeownerMonitoringUnassignedDeviceCount,
  this.cellKitAnalytics,
});