FactoryProviderBase<TValue, TParam> class
- Inheritance
-
- Object
- ProviderBase<
TValue> - FactoryProviderBase
- Available extensions
Constructors
-
FactoryProviderBase.new(ProviderCreate<
TValue> create, {required ProviderFactoryBase<FactoryProviderBase< factory, required String? debugName, required Dispose<TValue, TParam> , TValue, TParam>TValue> ? dispose, required TParam param})
Properties
-
create
→ ProviderCreate<
TValue> -
finalinherited
- debugName → String?
-
finalinherited
-
dispose
→ Dispose<
TValue> ? -
Decides how to dispose values produced
finalinherited
-
factory
→ ProviderFactoryBase<
FactoryProviderBase< TValue, TParam> , TValue, TParam> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- param → TParam
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
of(
BuildContext context, {bool listen = false}) → T -
Available on ProviderBase<
T> , provided by the ProviderContextExtension extension -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override