hashedPhoneNumbers property
A list of SHA256 hashed phone numbers of the member.
Before hashing, all phone numbers must be formatted using the [E.164 format](//en.wikipedia.org/wiki/E.164) and include the country calling code.
Implementation
core.List<core.String>? hashedPhoneNumbers;