FormCast.email constructor

FormCast.email()

Cast to an email

Implementation

FormCast.email() {
  this.type = "email";
}