AddFlowOutputsResponse constructor

AddFlowOutputsResponse({
  1. String? flowArn,
  2. List<Output>? outputs,
})

Implementation

AddFlowOutputsResponse({
  this.flowArn,
  this.outputs,
});