provider property

  1. @nonVirtual
BaseProvider<BaseNotifier<T>, T>? provider
inherited

The provider that created this notifier. This is only available after the initialization.

Implementation

@nonVirtual
BaseProvider<BaseNotifier<T>, T>? get provider => _provider;