compare property

int Function(T, T)? compare
final

Callback, comparing the provided T items to order them in the items.

Implementation

final int Function(T, T)? compare;