isURL property

bool get isURL

Discover if the String is a URL file

Implementation

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