orderByDesc method

LQB orderByDesc(
  1. String column
)

Implementation

LQB orderByDesc(String column) {
  return this._commonOrderBy(column, 'DESC');
}