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