SearchFlowExecutionsResponse constructor

SearchFlowExecutionsResponse({
  1. String? nextToken,
  2. List<FlowExecutionSummary>? summaries,
})

Implementation

SearchFlowExecutionsResponse({
  this.nextToken,
  this.summaries,
});