setRef method Null safety
- String actionRef
Sets the ref property
Implementation
void setRef(String actionRef) {
payload[EAPropertyKey.ACTION_REF] = actionRef;
}
Sets the ref property
void setRef(String actionRef) {
payload[EAPropertyKey.ACTION_REF] = actionRef;
}