menu
mhu_dart_commons package
documentation
commons.dart
MhuComparatorX<T>
reversed property
reversed property
dark_mode
light_mode
reversed
property
Comparator
<
T
>
get
reversed
Implementation
Comparator<T> get reversed => (a, b) => this(b, a);
mhu_dart_commons package
documentation
commons
MhuComparatorX<T>
reversed property
MhuComparatorX extension on
Comparator
<
T
>