AutoDisposeBlocProviderFamily<T extends BlocBase, A> class

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

Annotations
  • @sealed

Constructors

AutoDisposeBlocProviderFamily(T create(AutoDisposeProviderReference ref, A a), {String? name})
A class that allows building a BlocProvider from an external parameter.

Properties

builder → T Function(AutoDisposeProviderReference ref, A param)
Implementation detail. Do not use.
finalinherited
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
name String?
Implementation detail. Do not use.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(A value) AutoDisposeBlocProvider<T>
Create a provider from an external value.
inherited
create(A value, T builder(AutoDisposeProviderReference ref, A param), String? name) AutoDisposeBlocProvider<T>
Creates the provider for a given parameter.
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