WorkflowExecutionCount constructor

WorkflowExecutionCount({
  1. required int count,
  2. bool? truncated,
})

Implementation

WorkflowExecutionCount({
  required this.count,
  this.truncated,
});