isURL property

bool isURL

Is this String a URL?

Implementation

bool get isURL => GetUtils.isURL(this);