eanalytics
eanalytics
Action
setOut method
setOut
eanalytics
eanalytics
Action
setOut method
Action class
Constructors
Action
Properties
hashCode
payload
runtimeType
Methods
noSuchMethod
setIn
setOut
setRef
toJson
toString
Operators
operator ==
setOut
method
Null safety
void
setOut
(
List
<
String
>
actionOut
)
Implementation
void setOut(List<String> actionOut) { payload[EAPropertyKey.ACTION_OUT] = actionOut; }