orderByDesc abstract method

QueryBuilder orderByDesc(
  1. String column
)

Implementation

QueryBuilder orderByDesc(
  String column,
);