BarrageWallValue constructor

BarrageWallValue({
  1. required HashList<Bullet> bullets,
  2. int showedTimeBefore = 0,
  3. List<Bullet> waitingList = const [],
  4. int size = 0,
  5. int processedSize = 0,
})

Implementation

BarrageWallValue({
  required this.bullets,
  this.showedTimeBefore = 0,
  this.waitingList = const [],
  this.size = 0,
  this.processedSize = 0,
});