WorkflowExecutionInfos constructor
WorkflowExecutionInfos({
- required List<
WorkflowExecutionInfo> executionInfos, - String? nextPageToken,
Implementation
WorkflowExecutionInfos({
required this.executionInfos,
this.nextPageToken,
});