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