UseCaseProviderBase<E extends Entity, U extends UseCase<E>> class abstract

Implementers

Constructors

UseCaseProviderBase()

Properties

hashCode int
The hash code for this object.
no setterinherited
notifier Stream<Refreshable<U>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildNotifier() → Refreshable<U>
getUseCase(WidgetRef ref) → U
getUseCaseFromContext(BuildContext context) → U
init() → void
listen<M extends DomainModel>(WidgetRef ref, void listener(M?, M)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideWith(U useCase) → Override
read(ProviderContainer container) → U
selector<M extends DomainModel>(U useCase) → ProviderListenable<M>
subscribe<M extends DomainModel>(WidgetRef ref) → M
toString() String
A string representation of this object.
inherited

Operators

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