AnalyticsDTO constructor
const
AnalyticsDTO({ - int? deviceCount,
- int? connectedDeviceCount,
- int? dealerOrgCount,
- int? onboardedDealerOrgCount,
- int? dealerDeviceCount,
- int? dealerUserCount,
- int? homeownerCount,
- int? appHomeownerCount,
- int? monitoringAppHomeownerCount,
- int? homeownerDeviceCount,
- int? monitoringDealerOrgCount,
- int? homeownerMonitoringUnassignedDeviceCount,
- 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,
});