and method

OrderBy and(
  1. OrderBy orderBy
)

Implementation

OrderBy and(OrderBy orderBy) {
  orderBy.prev = '$query, ';
  return orderBy;
}