VolumeStatistics constructor
const
VolumeStatistics({})
Implementation
const VolumeStatistics({
required this.current,
required this.average,
required this.peak,
required this.minimum,
required this.historySize,
required this.smoothingFactor,
});