SearchFlowExecutionsResponse constructor
SearchFlowExecutionsResponse({
- String? nextToken,
- List<
FlowExecutionSummary> ? summaries,
Implementation
SearchFlowExecutionsResponse({
this.nextToken,
this.summaries,
});