email property

String? email
getter/setter pair

The verified email address of the user.

This should only be set by authentication providers that have checked ownership of this email for the user.

Stored in lower-case.

Implementation

String? email;