setRef method Null safety

void setRef(
  1. String actionRef
)

Implementation

void setRef(String actionRef) {
  payload[EAPropertyKey.ACTION_REF] = actionRef;
}