ActionInput constructor

ActionInput({
  1. String? actionFlowId,
  2. List<InputValue>? inputValues,
})

Implementation

ActionInput({this.actionFlowId, this.inputValues});