ActionContext constructor

ActionContext({
  1. String? actionExecutionId,
  2. String? name,
})

Implementation

ActionContext({
  this.actionExecutionId,
  this.name,
});