ListContactFlowsResponse constructor

ListContactFlowsResponse({
  1. List<ContactFlowSummary>? contactFlowSummaryList,
  2. String? nextToken,
})

Implementation

ListContactFlowsResponse({
  this.contactFlowSummaryList,
  this.nextToken,
});