sort property

int Function(T a, T b)? sort
final

Optional sort comparator for data items.

Implementation

final int Function(T a, T b)? sort;