isURL method

bool isURL()

check if the string is a URL

Implementation

bool isURL() => _url.hasMatch(this);