sortedDesc method

List sortedDesc()

Get sorted list

Example:

list.sortedDesc() // create new list with descending order

Implementation

List<dynamic> sortedDesc() => FxList.sortedDesc(this);