reverse property

Order<T> reverse

Return an Order reversed.

Implementation

Order<T> get reverse => _Order((x, y) => compare(y, x));