IntegerMean constructor

IntegerMean({
  1. SplitInt64? count,
  2. SplitInt64? sum,
})

Implementation

IntegerMean({
  this.count,
  this.sum,
});