DescribeEventAggregatesResponse constructor

DescribeEventAggregatesResponse({
  1. List<EventAggregate>? eventAggregates,
  2. String? nextToken,
})

Implementation

DescribeEventAggregatesResponse({
  this.eventAggregates,
  this.nextToken,
});