selectedUriContent property

  1. @Deprecated('Use element2.uri and check for DirectiveUriWithRelativeUriString instead')
String? selectedUriContent

Return the content of the URI that was selected based on the declared variables.

This will be the URI from the first configuration whose condition is true, or the [uriContent] if either there are no configurations or if there are no configurations whose condition is true.

Implementation

@Deprecated(
    'Use element2.uri and check for DirectiveUriWithRelativeUriString instead')
String? get selectedUriContent;