DataAction<T extends DataStore> class abstract

An abstract class representing a DataAction.

Constructors

DataAction()
Constructs a new instance of DataAction.

Properties

error String
The error message associated with the DataAction.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DataActionStatus
The current status of the DataAction.
no setter
store → T
The DataStore associated with this DataAction.
no setter

Methods

execute() → dynamic
Executes the DataAction.
next(DataActionBuilder dataActionBuilder) → void
Moves to the next DataAction in the DataAction.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onException(dynamic e, StackTrace s) → void
Handles the exception that occurs during the execution of the DataAction.
toString() String
A string representation of this object.
inherited

Operators

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