selectedSource property

Source? get 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

Source? get selectedSource;