AggregateValueType constructor

const AggregateValueType(
  1. Type aggregate, {
  2. Type? data,
})

Implementation

const AggregateValueType(
  this.aggregate, {
  this.data,
});