EffectWithResult class abstract

Base class for effects returning a value.

Inheritance
Implementers

Constructors

EffectWithResult({Result? result})
Defines constructor for an effect with a result object.

Properties

hashCode int
The hash code for this object.
no setterinherited
result Result?
Result after effect is resolved.
getter/setter pair
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
inherited
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