QueryBuilderConfig constructor

QueryBuilderConfig({
  1. List<FieldSource>? fieldSources,
  2. FilterPredicate? filter,
  3. String? limit,
  4. List<SortOrderParameter>? orderBys,
  5. List<String>? resourceNames,
  6. String? searchTerm,
})

Implementation

QueryBuilderConfig({
  this.fieldSources,
  this.filter,
  this.limit,
  this.orderBys,
  this.resourceNames,
  this.searchTerm,
});