comparator property

(bool Function(T?, T?)?) comparator
final

Comparator used to check if the new data is different than the last one

Implementation

final bool Function(T?, T?)? comparator;