hashedFirstName property

String? hashedFirstName
getter/setter pair

First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).

Implementation

core.String? hashedFirstName;