ActionInput constructor

ActionInput({
  1. String? label,
  2. String? resultKey,
})

Implementation

ActionInput({
  this.label,
  this.resultKey,
});