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