isURL property

bool get isURL

Discover if the String is a URL file

Implementation

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