desc method

Sort desc()

Creates a Sort that orders descending by this expression.

Implementation

Sort desc() => sort(false);