UpdateFlowSourceResponse constructor

UpdateFlowSourceResponse({
  1. String? flowArn,
  2. Source? source,
})

Implementation

UpdateFlowSourceResponse({
  this.flowArn,
  this.source,
});