CompactAction<St> class abstract

Constructors

CompactAction()

Properties

dispatch Dispatch<St>
no setter
hashCode int
The hash code for this object.
no setterinherited
request RequestStatus
Status of a request.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → St
no setter
store → Store<St>
no setter

Methods

after() → void
Runs after reduce().
before() → void
Runs before reduce().
makeRequest() FutureOr
Creates an asynchronous action
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reduce() → St
The action reducer
setRequestStatus(RequestStatus status) → void
setStore(Store store) → void
Setter for the action store
toString() String
A string representation of this object.
inherited

Operators

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