provider property
The provider that created this notifier. This is only available after the initialization.
Implementation
@nonVirtual
BaseProvider<BaseNotifier<T>, T>? get provider => _provider;
The provider that created this notifier. This is only available after the initialization.
@nonVirtual
BaseProvider<BaseNotifier<T>, T>? get provider => _provider;