AwEmail constructor

AwEmail(
  1. String email
)

Implementation

AwEmail(this.email) {
  isvalid = EmailValidator.validate(email);
}