Action constructor
Action({
- List<
InputParameter> ? inputParameters, - String? name,
- List<
ResultMetadata> ? resultMetadata,
Implementation
Action({
this.inputParameters,
this.name,
this.resultMetadata,
});