sort property

int Function(T, T)? sort
final

The function used to sort the selected items. Defaults to the order in which they were selected.

Implementation

final int Function(T, T)? sort;