desc property

Sort get desc

Creates a Sort in descending order.

Implementation

Sort get desc => Sort(this, OrderBy.desc);