MoveBattleStylePreferences constructor

MoveBattleStylePreferences({
  1. int? lowHpPreference,
  2. int? highHpPreference,
  3. NamedAPIResource? moveBattleStyle,
})

Implementation

MoveBattleStylePreferences(
    {this.lowHpPreference, this.highHpPreference, this.moveBattleStyle});