SuggestionQuery constructor

SuggestionQuery({
  1. int? page,
  2. int? amount,
  3. String? storeId,
  4. bool? solved,
})

Implementation

SuggestionQuery({
  super.page,
  super.amount,
  this.storeId,
  this.solved,
});