StartFlowResponse constructor

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

Implementation

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