email property

Validator get email

Creates a validator that requires the control's value pass an email validation test.

Implementation

static Validator<dynamic> get email => const EmailValidator();