UpdateSupplierProfileAction constructor

UpdateSupplierProfileAction({
  1. SupplierPartnerType? partnerType,
  2. bool? partnerSetupComplete,
})

Implementation

UpdateSupplierProfileAction({
  this.partnerType,
  this.partnerSetupComplete,
});