UseCaseProvider<E extends Entity, U extends UseCase<E>> class

Constructors

UseCaseProvider(U create(Ref<Object?>))

Properties

create → U Function(Ref<Object?>)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getUseCase(WidgetRef ref) → U
getUseCaseFromContext(ProvidersContext context) → U
listen<O extends Output>(WidgetRef ref, void listener(O?, O)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideWith(U useCase) → Override
subscribe<O extends Output>(WidgetRef ref) → O
toString() String
A string representation of this object.
inherited

Operators

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