uri属性

Uri uri

UriData提供的访问Uri

返回一个带有data方案的Uri,并将数据URI的其余部分作为路径。

实现

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