@override bool validate(dynamic value, data) { return value != null && emailRegExp.hasMatch(value.toString()); }