menu
mhu_dart_commons package
documentation
commons.dart
reversedIntCompare function
reversedIntCompare function
dark_mode
light_mode
reversedIntCompare
function
int
reversedIntCompare
(
int
a
,
int
b
)
Implementation
int reversedIntCompare(int a, int b) => b - a;
mhu_dart_commons package
documentation
commons
reversedIntCompare function
commons library