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
/
PokemonStat
Pokemon
Stat
@
Serializable
data
class
PokemonStat
(
val
stat
:
NamedApiResource
,
val
effort
:
Int
,
val
baseStat
:
Int
)
(
source
)
Members
Constructors
Pokemon
Stat
Link copied to clipboard
constructor
(
stat
:
NamedApiResource
,
effort
:
Int
,
baseStat
:
Int
)
Properties
base
Stat
Link copied to clipboard
val
baseStat
:
Int
effort
Link copied to clipboard
val
effort
:
Int
stat
Link copied to clipboard
val
stat
:
NamedApiResource