uri property

Uri? uri

Retrieves the URI of the data such as https://domain.com/assets/image.png

Implementation

Uri? get uri => value is Uri ? value : null;