provider property

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

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

Implementation

@nonVirtual
BaseProvider? get provider => _provider;