PKMEvolutionTrigger

public class PKMEvolutionTrigger: Mappable

Evolution triggers are the events and conditions that cause a pokemon to evolve. Check out Bulbapedia for greater detail.

  • id

    The identifier for this evolution trigger resource

    Declaration

    Swift

    public var id: Int?
  • The name for this evolution trigger resource

    Declaration

    Swift

    public var name: String?
  • The name of this evolution trigger listed in different languages

    Declaration

    Swift

    public var names: [PKMName]?
  • A list of pokemon species that result from this evolution trigger

    Declaration

    Swift

    public var pokemonSpecies: PKMNamedAPIResource?
  • Undocumented

    Declaration

    Swift

    public class PKMEvolutionTrigger: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMEvolutionTrigger: Mappable