data property

  1. @override
UriData? data
override

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

@override
UriData? get data => _uri.data;