uri property Null safety
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();
}
The Uri that this UriData
is giving access to.
Returns a Uri
with scheme data
and the remainder of the data URI
as path.
Uri get uri {
return _uriCache ??= _computeUri();
}