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