AttackVolumeStatistics constructor

AttackVolumeStatistics({
  1. required double max,
})

Implementation

AttackVolumeStatistics({
  required this.max,
});