email static method

Implementation

static ValidatorFunction email() =>
        (v) => AppValidator.email(v);