isUrl property

bool get isUrl

Implementation

bool get isUrl => Uri.tryParse(this)?.isAbsolute ?? false;