ListContactFlowsResponse constructor
ListContactFlowsResponse({
- List<
ContactFlowSummary> ? contactFlowSummaryList, - String? nextToken,
Implementation
ListContactFlowsResponse({
this.contactFlowSummaryList,
this.nextToken,
});