Optionallist: T[]Optionalclone: booleanOptionalorderAsc: booleanThe objects to sort; each should carry the property.
OptionalcloneWhen true, the list is deep-copied first so the input stays in its old order; when false it is sorted in place.
When true, the object with the smallest value comes first; when false the largest.
Name of the property whose numeric value decides the order.
Objects, the property to compare and a direction for
lists.sortByPropValue.