email property

String? email

Obtains the email address of a user.

Implementation

String? get email {
  return _email;
}