validateURL method

bool validateURL()

Check URL validation

Implementation

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