DealerUserDealerOrgV2 constructor

const DealerUserDealerOrgV2({
  1. int? dealerOrgId,
  2. String? dealerId,
  3. String? companyName,
  4. String? address1,
  5. String? address2,
  6. String? city,
  7. String? state,
  8. String? postalCode,
})

Implementation

const DealerUserDealerOrgV2({
  this.dealerOrgId,
  this.dealerId,
  this.companyName,
  this.address1,
  this.address2,
  this.city,
  this.state,
  this.postalCode,
});