email static method

bool email(
  1. String text
)

Implementation

static bool email(String text) {
  return EmailValidator.validate(text);
}