orderDesc static method

String orderDesc(
  1. String attribute
)

Sort results by attribute descending.

Implementation

static String orderDesc(String attribute) =>
    Query._('orderDesc', attribute).toString();