isUrl property

bool get isUrl

Implementation

bool get isUrl {
  return Uri.tryParse(this)?.hasAbsolutePath ?? false;
}