email property

void email=(String email)

Implementation

set email(String email) {
  _setAttribute(CognitoUserAttributeKey.email, email);
}