shortUri property

  1. @override
Uri get shortUri
override

A shortened URI that may use package or asset schemes.

This often provides a more human-readable reference to the asset than the full file system URI.

Implementation

@override
Uri get shortUri => Uri.parse(stringUri);