IdentityMatchUser constructor
IdentityMatchUser({
- String? legalName,
- String? phoneNumber,
- String? emailAddress,
- AddressDataNullable? address,
Implementation
IdentityMatchUser({
this.legalName,
this.phoneNumber,
this.emailAddress,
this.address,
});