Action class

Action helper class

Constructors

Action({required String actionRef, required String actionIn, List<String>? actionOut})
Constructor sets the ref, in and out? properties

Properties

hashCode int
The hash code for this object.
no setterinherited
payload Map<EAPropertyKey, dynamic>
internal payload Map<K, V>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIn(String actionIn) → void
Sets the in property
setOut(List<String> actionOut) → void
Sets the out property
setRef(String actionRef) → void
Sets the ref property
toJson() Map<String, dynamic>
Serializes payload
inherited
toString() String
A string representation of this object.
inherited

Operators

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