AggregateType constructor

const AggregateType({
  1. Type? id,
  2. Type? event,
  3. Type? value,
  4. Type? state,
})

Implementation

const AggregateType({
  this.id,
  this.event,
  this.value,
  this.state,
});