StateProviderFamily<T, A> class
Null safety
A class that allows building a StateProvider from an external parameter.
- Inheritance
- Object
- Family<
StateController< T> , StateController<T> , A, ProviderReference, StateProvider<T> > - StateProviderFamily
- Available Extensions
- Annotations
Constructors
- StateProviderFamily(T create(ProviderReference ref, A a), {String? name})
- A class that allows building a StateProvider from an external parameter.
Properties
-
builder
→ StateController<
T> Function(ProviderReference ref, A param) -
Implementation detail. Do not use.
@protected, final, inherited
-
debugKeys
→ List<
A> ? -
A debug-only list of all the parameters passed to this family.
read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name → String?
-
Implementation detail. Do not use.
@protected, final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
call(
A value) → StateProvider< T> -
Create a provider from an external value. [...]
inherited
-
create(
A value, StateController< T> builder(ProviderReference ref, A param), String? name) → StateProvider<T> -
Creates the provider for a given parameter.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited