isURL property

bool isURL

Discover if the String is a URL file

Implementation

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