hashedFirstName property

String? hashedFirstName
getter/setter pair

SHA256 hashed first 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_last_name * zip_codes

Implementation

core.String? hashedFirstName;