includedSources property

  1. @JsonKey(name: 'IncludedSources')
List<SourceToken>? includedSources
final

A list of sources that are included in the scope. If this list is included, only data from one of these sources shall be searched.

Implementation

@JsonKey(name: 'IncludedSources')
final List<SourceToken>? includedSources;