isURL property
bool
get
isURL
Checks if the string is a valid URL.
Implementation
bool get isURL {
return _isURL(this);
}
Checks if the string is a valid URL.
bool get isURL {
return _isURL(this);
}