uriOrNull property

Uri? get uriOrNull

Implementation

Uri? get uriOrNull {
  return Uri.tryParse(this ?? "");
}