StopFlowResponse constructor

StopFlowResponse({
  1. String? flowArn,
  2. Status? status,
})

Implementation

StopFlowResponse({
  this.flowArn,
  this.status,
});