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
/
PokemonFormSprites
Pokemon
Form
Sprites
@
Serializable
data
class
PokemonFormSprites
(
val
backDefault
:
String
?
,
val
backFemale
:
String
?
,
val
backShiny
:
String
?
,
val
backShinyFemale
:
String
?
,
val
frontDefault
:
String
?
,
val
frontFemale
:
String
?
,
val
frontShiny
:
String
?
,
val
frontShinyFemale
:
String
?
)
(
source
)
Members
Constructors
Pokemon
Form
Sprites
Link copied to clipboard
constructor
(
backDefault
:
String
?
,
backFemale
:
String
?
,
backShiny
:
String
?
,
backShinyFemale
:
String
?
,
frontDefault
:
String
?
,
frontFemale
:
String
?
,
frontShiny
:
String
?
,
frontShinyFemale
:
String
?
)
Properties
back
Default
Link copied to clipboard
val
backDefault
:
String
?
back
Female
Link copied to clipboard
val
backFemale
:
String
?
back
Shiny
Link copied to clipboard
val
backShiny
:
String
?
back
Shiny
Female
Link copied to clipboard
val
backShinyFemale
:
String
?
front
Default
Link copied to clipboard
val
frontDefault
:
String
?
front
Female
Link copied to clipboard
val
frontFemale
:
String
?
front
Shiny
Link copied to clipboard
val
frontShiny
:
String
?
front
Shiny
Female
Link copied to clipboard
val
frontShinyFemale
:
String
?