DescribePullRequestEventsOutput constructor

DescribePullRequestEventsOutput({
  1. required List<PullRequestEvent> pullRequestEvents,
  2. String? nextToken,
})

Implementation

DescribePullRequestEventsOutput({
  required this.pullRequestEvents,
  this.nextToken,
});