UserIdentifier constructor

UserIdentifier({
  1. AddressInfo? address,
  2. String? emailAddress,
  3. String? phoneNumber,
})

Implementation

UserIdentifier({this.address, this.emailAddress, this.phoneNumber});