watchUpdates property

bool Function(T a, T b) watchUpdates
final

Callback, comparing the provided items when they update during watch to determine whether the onAdded should be invoked.

Implementation

final bool Function(T a, T b) watchUpdates;