BattleConfig constructor

BattleConfig({
  1. int duration = 0,
  2. bool needResponse = false,
  3. String extensionInfo = '',
})

Implementation

BattleConfig({
  this.duration = 0,
  this.needResponse = false,
  this.extensionInfo = '',
});