Suggest constructor

Suggest({
  1. String? filterKey,
  2. String? filterValue,
  3. String? entityClass,
  4. String? fieldValue,
  5. String? fieldDisplay,
})

Returns a new Suggest instance.

Implementation

Suggest({
  this.filterKey,
  this.filterValue,
  this.entityClass,
  this.fieldValue,
  this.fieldDisplay,
});