DealerOrgAnalyticsDTO constructor

const DealerOrgAnalyticsDTO({
  1. int? userCount,
  2. int? technicianCount,
  3. int? deviceCount,
})

Implementation

const DealerOrgAnalyticsDTO({
  this.userCount,
  this.technicianCount,
  this.deviceCount,
});