WorkflowExecutionInfos constructor

WorkflowExecutionInfos({
  1. required List<WorkflowExecutionInfo> executionInfos,
  2. String? nextPageToken,
})

Implementation

WorkflowExecutionInfos({
  required this.executionInfos,
  this.nextPageToken,
});