SearchScope constructor Null safety

SearchScope(
  1. {List<SourceToken>? includedSources,
  2. List<String>? includedRecordings,
  3. String? recordingInformationFilter}
)

Implementation

SearchScope({
  this.includedSources,
  this.includedRecordings,
  this.recordingInformationFilter,
});