setOut method Null safety
Sets the out property
Implementation
void setOut(List<String> actionOut) {
payload[EAPropertyKey.ACTION_OUT] = actionOut;
}
Sets the out property
void setOut(List<String> actionOut) {
payload[EAPropertyKey.ACTION_OUT] = actionOut;
}