SearchTerms constructor

const SearchTerms({
  1. required List<String> terms,
})

Implementation

const SearchTerms({required this.terms});