RecordsQueryRequest constructor

RecordsQueryRequest({
  1. String? where,
  2. required String from,
  3. List<RecordsQueryGroupBy>? groupBy,
  4. RecordsQueryOptions? options,
  5. List<int>? select,
  6. List<SortBy>? sortBy,
})

Implementation

RecordsQueryRequest({
  this.where, required this.from, this.groupBy, this.options, this.select,
  this.sortBy
});