GetExecutionHistoryOutput constructor

GetExecutionHistoryOutput({
  1. required List<HistoryEvent> events,
  2. String? nextToken,
})

Implementation

GetExecutionHistoryOutput({
  required this.events,
  this.nextToken,
});