webSearchResults property

List<String> webSearchResults

Implementation

List<String> get webSearchResults => _webSearchResults;
void webSearchResults=(List<String> value)

Implementation

set webSearchResults(List<String> value) {
  _webSearchResults = value;
  notifyListeners();
}