IdentityMatchUser constructor

IdentityMatchUser({
  1. String? legalName,
  2. String? phoneNumber,
  3. String? emailAddress,
  4. AddressDataNullable? address,
})

Implementation

IdentityMatchUser({
  this.legalName,
  this.phoneNumber,
  this.emailAddress,
  this.address,
});