isEmail method

PropertyValidator<T, TProperty> isEmail()

Implementation

PropertyValidator<T, TProperty> isEmail() {
  return this.useValidationRule(new _StringIsEmail<TProperty>());
}