ActionInput constructor
ActionInput({
- String? actionFlowId,
- List<
InputValue> ? inputValues,
Implementation
ActionInput({
this.actionFlowId,
this.inputValues,
});