notifier property

  1. @override
AlwaysAliveProviderBase<Notifier> notifier
final

Obtains the StateNotifier associated with this StateNotifierProvider, without listening to it.

Listening to this provider may cause providers/widgets to rebuild in the event that the StateNotifier it recreated.

Implementation

@override
final AlwaysAliveProviderBase<Notifier> notifier;