setEmail method

dynamic setEmail(
  1. String email
)

Implementation

setEmail(String email) => this.email = email;