email property
Retrieves the email address.
Implementation
String get email => getString(keyEmail);
Sets the email address.
Implementation
set email(String value) {
_data[keyEmail] = value;
}
Retrieves the email address.
String get email => getString(keyEmail);
Sets the email address.
set email(String value) {
_data[keyEmail] = value;
}