email static method

bool email(
  1. dynamic value
)

Implementation

static bool email(value) {
  return validatorEmail(value);
}