Action class Null safety

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. [...]
read-only, inherited
payload Map<EAPropertyKey, dynamic>
internal payload Map<K, V>
@protected, read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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