isUrl property

bool isUrl

Whether the string is a valid url.

Implementation

bool get isUrl => _urlRegExp.hasMatch(this);