ResourceUseCase<P, T, R> class abstract

Inheritance
Implementers

Constructors

ResourceUseCase.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
no setterinherited

Methods

asyncStart(P? param, StreamController<Resource<R>> controller) StreamSubscription
inherited
doTask(P? param) Stream<T>
inherited
map(T data) Resource<R>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(P? param) Stream<Resource<R>>
override
toString() String
A string representation of this object.
inherited

Operators

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