BattleConfig constructor

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

Implementation

BattleConfig(
    {this.duration = 30, this.needResponse = true, this.extensionInfo = ''});