isURL property

bool get isURL

Is this String a URL?

Implementation

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