getEmail method

String? getEmail()

Implementation

String? getEmail() {
  return _email;
}