data property Null safety
Access the structure of a data: URI.
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.
Implementation
UriData? get data;