email property

List<String>? email
getter/setter pair

The list of the owner's email addresses.

If your application needs the current list of user emails, use the get method. For additional information, see the retrieve a user method.

Implementation

core.List<core.String>? email;