uri property Null safety

Uri uri

The Uri that this UriData is giving access to.

Returns a Uri with scheme data and the remainder of the data URI as path.

Implementation

Uri get uri {
  return _uriCache ??= _computeUri();
}