BusinessIdentity constructor
BusinessIdentity({
- IdentityAttribute? blackOwned,
- IdentityAttribute? latinoOwned,
- String? name,
- String? promotionsConsent,
- IdentityAttribute? smallBusiness,
- IdentityAttribute? veteranOwned,
- IdentityAttribute? womenOwned,
Implementation
BusinessIdentity({
this.blackOwned,
this.latinoOwned,
this.name,
this.promotionsConsent,
this.smallBusiness,
this.veteranOwned,
this.womenOwned,
});