displayUri property

String? displayUri
getter/setter pair

The optional string that should be displayed instead of the uri of the referenced AvailableSuggestionSet.

For example libraries in the "test" directory of a package have only "file://" URIs, so are usually long, and don't look nice, but actual import directives will use relative URIs, which are short, so we probably want to display such relative URIs to the user.

Implementation

String? displayUri;