selectedSource property

  1. @Deprecated('Use element2.uri and check for DirectiveUriWithSource instead')
Source? selectedSource

Return the source that was selected based on the declared variables.

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

Implementation

@Deprecated('Use element2.uri and check for DirectiveUriWithSource instead')
Source? get selectedSource;