EpicStore<State> class

A stripped-down Redux Store. Removes unsupported Store methods.

Due to the way streams are implemented with Dart, it's impossible to perform store.dispatch from within an Epic or observe the store directly.

Constructors

EpicStore(Store<State> _store)

Properties

hashCode int
The hash code for this object.
no setterinherited
onChange Stream<State>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → State
Returns the current state of the redux store
no setter

Methods

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