inverse property

*<Null safety>*

Comparator<T> inverse

Implementation

Comparator<T> get inverse => (T a, T b) => this(b, a);