PKMClainLink

public class PKMClainLink: Mappable

Clain Link

  • Whether or not this link is for a baby Pokémon. This would only ever be true on the base link.

    Declaration

    Swift

    public var isBaby: Bool?
  • The Pokémon species at this point in the evolution chain

    Declaration

    Swift

    public var species: PKMNamedAPIResource?
  • All details regarding the specific details of the referenced Pokémon species evolution

    Declaration

    Swift

    public var evolutionDetails: PKMEvolutionDetail?
  • A List of chain objects.

    Declaration

    Swift

    public var evolvesTo: [PKMClainLink]?
  • Undocumented

    Declaration

    Swift

    public class PKMClainLink: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMClainLink: Mappable