isValid method

  1. @override
bool isValid(
  1. String val
)
override

Implementation

@override
bool isValid(String val) => isEmail(val);