ListExtension<T> extension

on

Methods

sortBy<R>(Comparable<R>? by(T item), {bool ascending = true}) → void
sortBy2<R, V>(Comparable<R>? by(T item), Comparable<V>? by2(T item), {bool ascending = true, bool ascending2 = true}) → void