IntegerMean constructor
IntegerMean({
- SplitInt64? count,
- SplitInt64? sum,
Implementation
IntegerMean({
this.count,
this.sum,
});
IntegerMean({
this.count,
this.sum,
});