DealerOrgUpdateV3Body constructor

const DealerOrgUpdateV3Body({
  1. bool? wizardComplete,
  2. String? wizardStep,
  3. String? phoneNumber,
})

Implementation

const DealerOrgUpdateV3Body({
  this.wizardComplete,
  this.wizardStep,
  this.phoneNumber,
});