setEmail method

void setEmail(
  1. String email
)

Implementation

void setEmail(String email) {
  this.email = email;
}