Family<Created, Listened, Param, Ref extends ProviderReference, P extends RootProvider<Created, Listened> > class
abstract
A base class for all *Family variants of providers.
- Available extensions
Constructors
- Family.new(Created builder(Ref ref, Param param), String? name)
- A base class for all *Family variants of providers.
Properties
- builder → Created Function(Ref ref, Param param)
-
Implementation detail. Do not use.
final
-
debugKeys
→ List<
Param> ? -
A debug-only list of all the parameters passed to this family.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
Implementation detail. Do not use.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
Param value) → P - Create a provider from an external value.
-
create(
Param value, Created builder(Ref ref, Param param), String? name) → P - Creates the provider for a given parameter.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overrideWithProvider(
T builderOverride(AutoDisposeProviderReference ref, Param param)) → Override -
Available on Family<
Overrides the behavior of a family for a part of the application.StateController< , provided by the AutoDisposeStateFamilyX extensionT> , StateController<T> , Param, AutoDisposeProviderReference, AutoDisposeStateProvider<T> > -
overrideWithProvider(
Created builderOverride(Ref ref, Param param)) → Override -
Available on Family<
Overrides the behavior of a family for a part of the application.Created, Listened, Param, Ref, P> , provided by the FamilyX extension -
overrideWithProvider(
T builderOverride(ProviderReference ref, Param param)) → Override -
Available on Family<
Overrides the behavior of a family for a part of the application.StateController< , provided by the StateFamilyX extensionT> , StateController<T> , Param, ProviderReference, StateProvider<T> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited