访问 data: URI 的结构。
data:
对于 data: URIs 返回一个 UriData 对象,对于所有其他 URIs 返回 null。该 UriData 对象可用于访问 data: URI 的媒体类型和数据。
null
UriData? get data;