setEmail method

T setEmail(
  1. String email
)

Implementation

T setEmail(String email) {
  this.email = email;
  return this as T;
}