SuggestionQuery constructor

SuggestionQuery({
  1. PropertyNameQuery? propertyNameQuery,
})

Implementation

SuggestionQuery({
  this.propertyNameQuery,
});