hashedLastName property

String? hashedLastName
getter/setter pair

Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).

Implementation

core.String? hashedLastName;