StateNotifierProviderOverrideMixin<Notifier extends StateNotifier<State>, State> mixin Null safety

Add overrideWithValue to AutoDisposeStateNotifierProvider

Superclass Constraints
Mixin Applications

Properties

dependencies List<ProviderOrFamily>?
The list of providers that this provider potentially depends on.
latefinal
notifier ProviderBase<Notifier>
read-only
originProvider ProviderBase<Notifier>
The provider that will be refreshed when calling ProviderContainer.refresh and that will be overridden when passed to ProviderScope.
read-onlyoverride
name String?
A custom label for providers.
finalinherited
from Family<dynamic, dynamic, ProviderBase>?
If this provider was created with the .family modifier, from is the .family instance.
finalinherited
argument Object?
If this provider was created with the .family modifier, argument is variable used.
finalinherited
hashCode int
The hash code for this object.
read-onlyinherited
allTransitiveDependencies List<ProviderOrFamily>?
All the dependencies of a provider and their dependencies too.
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

create(covariant Ref ref) → State
Initializes the state of a provider
inherited
createElement() ProviderElementBase<State>
An internal method that defines how a provider behaves.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
overrideWithValue(Notifier value) Override
Overrides a provider with a value, ejecting the default behaviour.
select<Selected>(Selected selector(State value)) ProviderListenable<Selected>
Partially listen to a provider.
inherited
toString() String
A string representation of this object.
inherited
updateShouldNotify(State previousState, State newState) bool
Called when a provider is rebuilt. Used for providers to not notify their listeners if the exposed value did not change.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited