disposeNotifier property
Whether to automatically call ChangeNotifier.dispose on the created ChangeNotifier.
This is true by default.
Disabling this may be useful if you want to share a ChangeNotifier across multiple providers.
Implementation
final bool disposeNotifier;