ProviderFactoryBase<TProvider extends FactoryProviderBase<TValue, TParam> , TValue, TParam> class
abstract
Constructors
-
ProviderFactoryBase.new(ProviderFactoryCreate<
TValue, TParam> create, {required Dispose<TValue> ? dispose, required String? debugName})
Properties
-
create
→ ProviderFactoryCreate<
TValue, TParam> -
final
- debugName → String?
-
final
-
dispose
→ Dispose<
TValue> ? -
Decides how to dispose values produced
finalinherited
- 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(
TParam param) → TProvider -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overrideWith(
ProviderBase< TValue> providerBuilder(TParam)) → FactoryOverride<TProvider, TValue, TParam> -
scope(
) → ScopeOverride -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited