order<_> method

void order<_>(
  1. QueryProperty<T, _> p, {
  2. int flags = 0,
})

Configure how the results are ordered. Pass a combination of Order flags.

Implementation

void order<_>(QueryProperty<T, _> p, {int flags = 0}) =>
    checkObx(C.qb_order(_cBuilder, p._model.id.id, flags));