Family<State, Arg, FamilyProvider extends ProviderBase<State> > class
Null safety
A base class for all families
- Implemented types
-
- FamilyOverride<
Arg>
- FamilyOverride<
- Implementers
- Available Extensions
Constructors
Properties
-
allTransitiveDependencies
→ List<
ProviderOrFamily> ? -
All the dependencies of a provider and their dependencies too.
latefinalinherited
-
dependencies
→ List<
ProviderOrFamily> ? -
The list of providers that this provider potentially depends on.
final
-
from
→ Family<
dynamic, dynamic, ProviderBase> ? -
The family that this provider/family depends on.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name → String?
-
The family name.
@protectedfinal
-
overriddenFamily
→ Family<
Object?, Arg, ProviderBase< Object?> > -
The family that was overridden.
read-onlyoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
call(
Arg argument) → FamilyProvider - Create a provider from an external value.
-
create(
Arg argument) → FamilyProvider -
Creates the provider for a given parameter.
@protected
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
setupOverride(
Arg argument, SetupOverride setup) → void -
Allows a family to override all the different providers associated with
an argument.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited