AggregationResultSum constructor

AggregationResultSum({
  1. double? value,
})

Implementation

AggregationResultSum({
  this.value,
});