SearchScope constructor
SearchScope({
- List<
SourceToken> ? includedSources, - List<
String> ? includedRecordings, - String? recordingInformationFilter,
Implementation
SearchScope({
this.includedSources,
this.includedRecordings,
this.recordingInformationFilter,
});