SearchSource constructor

const SearchSource({
  1. required String sourceType,
  2. List<String>? excludedWebsites,
})

Implementation

const SearchSource({required this.sourceType, this.excludedWebsites});