compare property

int Function(T, T)? compare
final

Callback, called to compare the provided T items.

Implementation

final int Function(T, T)? compare;