AttackStatisticsDataItem constructor
AttackStatisticsDataItem({
- required int attackCount,
- AttackVolume? attackVolume,
Implementation
AttackStatisticsDataItem({
required this.attackCount,
this.attackVolume,
});