setAction method Null safety
- Action action
Sets the action property
Implementation
void setAction(Action action) {
payload[EAPropertyKey.PAGE_ACTION] = action;
}
Sets the action property
void setAction(Action action) {
payload[EAPropertyKey.PAGE_ACTION] = action;
}