DealerInfoV2 constructor

const DealerInfoV2({
  1. int? dealerOrgId,
  2. String? dealerId,
  3. String? dealerName,
  4. String? address,
  5. DeviceAddressV2? fullAddress,
  6. int? totalTechnicians,
  7. int? totalGenSets,
  8. String? wizardStep,
  9. bool? hasCompletedWizard,
  10. String? adminEmails,
})

Implementation

const DealerInfoV2({
  this.dealerOrgId,
  this.dealerId,
  this.dealerName,
  this.address,
  this.fullAddress,
  this.totalTechnicians,
  this.totalGenSets,
  this.wizardStep,
  this.hasCompletedWizard,
  this.adminEmails,
});