EventAggregate constructor

EventAggregate({
  1. String? aggregateValue,
  2. int? count,
})

Implementation

EventAggregate({
  this.aggregateValue,
  this.count,
});