validatePhone method

bool validatePhone()

Check phone validation

Implementation

bool validatePhone() => hasMatch(this, Patterns.phone);