shouldNotify property
Determines if onValueUpdated should fire. Defaults to checking equality.
Implementation
final bool Function(T newValue, T oldValue)? shouldNotify;
Determines if onValueUpdated should fire. Defaults to checking equality.
final bool Function(T newValue, T oldValue)? shouldNotify;