sort method

Sort sort(
  1. bool ascending
)

Creates a Sort that orders by this expression.

Implementation

Sort sort(bool ascending) => ExpressionSort(this, ascending);