AttackStatisticsDataItem constructor

AttackStatisticsDataItem({
  1. required int attackCount,
  2. AttackVolume? attackVolume,
})

Implementation

AttackStatisticsDataItem({
  required this.attackCount,
  this.attackVolume,
});