Action constructor

Action({
  1. List<InputParameter>? inputParameters,
  2. String? name,
  3. List<ResultMetadata>? resultMetadata,
})

Implementation

Action({
  this.inputParameters,
  this.name,
  this.resultMetadata,
});