email property

String? email
getter/setter pair

The account's email address.

The length of the email should be less than 256 characters and in the format of name@domain.tld. The email should also match the RFC 822 addr-spec.

Implementation

core.String? email;