shouldNotify property

(bool Function(T? previousState)?) shouldNotify
final

Callback to determine when to notify and recall the creation function of the dependent Injected models.

Implementation

final bool Function(T? previousState)? shouldNotify;