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