DealerOrgAnalyticsV2 constructor

const DealerOrgAnalyticsV2({
  1. int? usersTotal,
  2. int? techniciansTotal,
  3. int? subscriptionsTotal,
  4. int? devicesTotal,
})

Implementation

const DealerOrgAnalyticsV2({
  this.usersTotal,
  this.techniciansTotal,
  this.subscriptionsTotal,
  this.devicesTotal,
});