UserIdentifier constructor
UserIdentifier({
- AddressInfo? address,
- String? emailAddress,
- String? phoneNumber,
Implementation
UserIdentifier({this.address, this.emailAddress, this.phoneNumber});