desc method

Desc desc(
  1. String attr
)

Specify descending order on an attribute

Implementation

Desc desc(String attr) => Desc(attr);