hashedPhoneNumbers property

List<String>? hashedPhoneNumbers
getter/setter pair

A list of SHA256 hashed phone numbers of the member.

Before hashing, all phone numbers must be formatted using the E.164 format and include the country calling code.

Optional.

Implementation

core.List<core.String>? hashedPhoneNumbers;