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
/
PastMoveStatValues
/
PastMoveStatValues
Past
Move
Stat
Values
constructor
(
accuracy
:
Int
?
,
effectChance
:
Int
?
,
power
:
Int
?
,
pp
:
Int
?
,
effectEntries
:
List
<
VerboseEffect
>
,
type
:
NamedApiResource
?
,
versionGroup
:
NamedApiResource
)
(
source
)