shouldNotify property

bool Function(T newValue, T oldValue)? shouldNotify
final

Determines if onValueUpdated should fire. Defaults to checking equality.

Implementation

final bool Function(T newValue, T oldValue)? shouldNotify;