isValidUri method

bool isValidUri()

Implementation

bool isValidUri() {
  return Uri.tryParse(getUrlOnString())?.hasAbsolutePath ?? false;
}