PokeKotlin API Reference
Toggle table of contents
3.0.0-pre3
common
Platform filter
common
Switch theme
Search in API
PokeKotlin API Reference
PokeKotlin API Reference
/
co.pokeapi.pokekotlin.model
/
ChainLink
Chain
Link
@
Serializable
data
class
ChainLink
(
val
isBaby
:
Boolean
,
val
species
:
NamedApiResource
,
val
evolutionDetails
:
List
<
EvolutionDetail
>
,
val
evolvesTo
:
List
<
ChainLink
>
)
(
source
)
Members
Constructors
Chain
Link
Link copied to clipboard
constructor
(
isBaby
:
Boolean
,
species
:
NamedApiResource
,
evolutionDetails
:
List
<
EvolutionDetail
>
,
evolvesTo
:
List
<
ChainLink
>
)
Properties
evolution
Details
Link copied to clipboard
val
evolutionDetails
:
List
<
EvolutionDetail
>
evolves
To
Link copied to clipboard
val
evolvesTo
:
List
<
ChainLink
>
is
Baby
Link copied to clipboard
val
isBaby
:
Boolean
species
Link copied to clipboard
val
species
:
NamedApiResource