isUrl method

bool isUrl()

Implementation

bool isUrl() => RegVal.hasMatch(this, RegexPattern.url);