UserIdentifier constructor
UserIdentifier({
- OfflineUserAddressInfo? addressInfo,
- String? hashedEmail,
- String? hashedPhoneNumber,
Implementation
UserIdentifier({
this.addressInfo,
this.hashedEmail,
this.hashedPhoneNumber,
});