RemoveFlowSourceResponse constructor

RemoveFlowSourceResponse({
  1. String? flowArn,
  2. String? sourceArn,
})

Implementation

RemoveFlowSourceResponse({
  this.flowArn,
  this.sourceArn,
});