AdminDealerOrgUpdateV3Body constructor

const AdminDealerOrgUpdateV3Body({
  1. String? businessPartnerNo,
  2. String? name,
  3. AddressDTO? address,
  4. String? phoneNumber,
  5. bool? wizardComplete,
  6. String? wizardStep,
})

Implementation

const AdminDealerOrgUpdateV3Body({
  this.businessPartnerNo,
  this.name,
  this.address,
  this.phoneNumber,
  this.wizardComplete,
  this.wizardStep,
});