asc method

Sort asc()

Creates a Sort that orders ascending by this expression.

Implementation

Sort asc() => sort(true);