email property

String get email
inherited

email represents the user email.

Implementation

set name(String value);/// [email] represents the user email.
String get email;
set email (String value)
inherited

email represents the user email.

Implementation

String get email;/// [email] represents the user email.
set email(String value);