https://pub.dev/documentation/alice_graphql/latest/model_alice_sort_option/AliceSortOption/values-constant.html
API docs for the values constant from the AliceSortOption enum, for the Dart programming language.
option librarydart apivaluesconstantenum
https://www.kirupa.com/data_structures_algorithms/making_counting_sort_work_with_negative_values.htm
By default, counting sort does not work with negative values. It doesn't have to be that way, so let's look at why this is the case and how to fix it to work...
counting sortmakingworknegativevalues