EvolutionChainChainEvolvesToEvolutionDetail constructor

EvolutionChainChainEvolvesToEvolutionDetail({
  1. dynamic item,
  2. dynamic relativePhysicalStats,
  3. bool? turnUpsideDown,
  4. dynamic gender,
  5. dynamic minHappiness,
  6. dynamic partyType,
  7. dynamic heldItem,
  8. dynamic knownMove,
  9. dynamic minBeauty,
  10. dynamic tradeSpecies,
  11. NamedAPIResource? trigger,
  12. bool? needsOverworldRain,
  13. dynamic partySpecies,
  14. dynamic minAffection,
  15. dynamic knownMoveType,
  16. String? timeOfDay,
  17. dynamic location,
  18. int? minLevel,
})

Implementation

EvolutionChainChainEvolvesToEvolutionDetail(
    {this.item,
    this.relativePhysicalStats,
    this.turnUpsideDown,
    this.gender,
    this.minHappiness,
    this.partyType,
    this.heldItem,
    this.knownMove,
    this.minBeauty,
    this.tradeSpecies,
    this.trigger,
    this.needsOverworldRain,
    this.partySpecies,
    this.minAffection,
    this.knownMoveType,
    this.timeOfDay,
    this.location,
    this.minLevel});