ShiftQuery constructor

ShiftQuery({
  1. ShiftFilter? filter,
  2. SearchOrdersSort? sort,
})

Implementation

ShiftQuery({
  this.filter, this.sort
});