hashedEmails property

List<String>? hashedEmails
getter/setter pair

A list of SHA256 hashed email of the member.

Before hashing, remove all whitespace and make sure the string is all lowercase.

Implementation

core.List<core.String>? hashedEmails;