UserIdentifier constructor

UserIdentifier({
  1. OfflineUserAddressInfo? addressInfo,
  2. String? hashedEmail,
  3. String? hashedPhoneNumber,
})

Implementation

UserIdentifier({
  this.addressInfo,
  this.hashedEmail,
  this.hashedPhoneNumber,
});