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
/
PokemonAbility
Pokemon
Ability
@
Serializable
data
class
PokemonAbility
(
val
isHidden
:
Boolean
,
val
slot
:
Int
,
val
ability
:
NamedApiResource
?
)
(
source
)
Members
Constructors
Pokemon
Ability
Link copied to clipboard
constructor
(
isHidden
:
Boolean
,
slot
:
Int
,
ability
:
NamedApiResource
?
)
Properties
ability
Link copied to clipboard
val
ability
:
NamedApiResource
?
is
Hidden
Link copied to clipboard
val
isHidden
:
Boolean
slot
Link copied to clipboard
val
slot
:
Int