isURL method

bool isURL()

Checks if string is URL.

Implementation

bool isURL() => ValidatorUtils.isURL(this);