QueryBuilderConfig constructor
QueryBuilderConfig({
- List<
FieldSource> ? fieldSources, - FilterPredicate? filter,
- String? limit,
- List<
SortOrderParameter> ? orderBys, - List<
String> ? resourceNames, - String? searchTerm,
Implementation
QueryBuilderConfig({
this.fieldSources,
this.filter,
this.limit,
this.orderBys,
this.resourceNames,
this.searchTerm,
});