reverseOrder<T> function
Returns a comparator that compares Comparable objects in reversed natural order.
Implementation
Comparator<T> reverseOrder<T>() => _reverseOrder as Comparator<T>;
Returns a comparator that compares Comparable objects in reversed natural order.
Comparator<T> reverseOrder<T>() => _reverseOrder as Comparator<T>;