shouldSave property

(bool Function(Store<T> store, dynamic action)?) shouldSave
final

Function that if not null, returns if an action should trigger a save.

Implementation

final bool Function(Store<T> store, dynamic action)? shouldSave;