Access the structure of a data: URI.
data:
Returns a UriData object for data: URIs and null for all other URIs. The UriData object can be used to access the media type and data of a data: URI.
null
UriData? get data;