PutResolve class

Same as Put effect. Only resolve is true by default.

Inheritance

Constructors

PutResolve(dynamic action, {Channel? channel, Result? result})
Creates an instance of a PutResolve effect.

Properties

action → dynamic
Action object to dispatch.
finalinherited
channel Channel?
Channel to dispatch action.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
resolve bool
If true effect will block until resolve.
finalinherited
result Result?
Result after effect is resolved.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDefinition() Map<String, dynamic>
Returns all properties of effect as a dictionary object
override
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