BusinessIdentity constructor

BusinessIdentity({
  1. IdentityAttribute? blackOwned,
  2. IdentityAttribute? latinoOwned,
  3. String? name,
  4. String? promotionsConsent,
  5. IdentityAttribute? smallBusiness,
  6. IdentityAttribute? veteranOwned,
  7. IdentityAttribute? womenOwned,
})

Implementation

BusinessIdentity({
  this.blackOwned,
  this.latinoOwned,
  this.name,
  this.promotionsConsent,
  this.smallBusiness,
  this.veteranOwned,
  this.womenOwned,
});