StateProviderFamily<T, A> class

A class that allows building a StateProvider from an external parameter.

Inheritance
Available Extensions
Annotations
  • @sealed

Constructors

StateProviderFamily(T create(ProviderReference ref, A a), {String? name})
A class that allows building a StateProvider from an external parameter.

Properties

debugKeys List<A>?
A debug-only list of all the parameters passed to this family.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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