EntityAggregate constructor

EntityAggregate({
  1. int? count,
  2. String? eventArn,
})

Implementation

EntityAggregate({
  this.count,
  this.eventArn,
});