uri property

Uri? uri

Implementation

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