actions dispatcher
Constructors
Properties
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - querie$ → Stream<Request>
-
read-only
- queryController → StreamController<Request>
-
stream of queries : queries are alternative messaging bus it canbe used for non store commands like firebase requests
read-only - request$ → Stream<Request>
-
dispatched
Stream
<Request
>read-only - requestController → StreamController<Request>
-
stream of command requests : requests are added via the dispatch() method
read-only - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited