email property

String? email
getter/setter pair

The user's email address, as entered by the user when creating their account.

Important! This email address is unverified; there is no proof that it actually belongs to the user.

This field is only available when the current user has granted access to the user-read-email scope.

Implementation

String? email;