hashedLastName property

String? hashedLastName
getter/setter pair

SHA256 hashed last name of the member.

Before hashing, remove all whitespace and make sure the string is all lowercase. Must also be set with the following fields: * country_code * hashed_first_name * zip_codes

Implementation

core.String? hashedLastName;