menu
androssy_utils package
documentation
utils.dart
Converter
toReversedList<T> static method
toReversedList<T> static method
dark_mode
light_mode
toReversedList<
T
>
static method
List
<
T
>
toReversedList
<
T
>(
List
<
T
>
list
)
Implementation
static List<T> toReversedList<T>(List<T> list) => list.reversed.toList();
androssy_utils package
documentation
utils
Converter
toReversedList<T> static method
Converter class