ref property

  1. @override
NotifierProviderRef<State> ref
inherited

The Ref from the provider associated with this Notifier.

Implementation

@override
NotifierProviderRef<State> get ref => _element;