isURL property

bool get isURL

Checks if the string is a valid URL.

Implementation

bool get isURL {
  return _isURL(this);
}