validateURL method

bool validateURL()

Check URL validation

Implementation

bool validateURL() => hasMatch(this, Patterns.url);