reversed property

Comparator<T> get reversed

Implementation

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