GetSearchSuggestionsResponse constructor

GetSearchSuggestionsResponse({
  1. List<PropertyNameSuggestion>? propertyNameSuggestions,
})

Implementation

GetSearchSuggestionsResponse({
  this.propertyNameSuggestions,
});