isUrl property

bool isUrl

Whether the string is not null and a valid url.

Implementation

bool get isUrl => this?.isUrl ?? false;