setIn method Null safety
- String actionIn
Sets the in property
Implementation
void setIn(String actionIn) {
payload[EAPropertyKey.ACTION_IN] = actionIn;
}
Sets the in property
void setIn(String actionIn) {
payload[EAPropertyKey.ACTION_IN] = actionIn;
}