willAutoDispose property

bool willAutoDispose
final

Whether or not to automatically ResultNotifier.dispose ResultNotifiers when there are no listeners. If this flag is set to true, all cached ResultNotifiers will also be disposed whenever the ResultStore itself is disposed.

Implementation

final bool willAutoDispose;