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
/
GenerationIGameSprites
Generation
IGame
Sprites
@
Serializable
data
class
GenerationIGameSprites
(
val
redBlue
:
GameSprites
,
val
yellow
:
GameSprites
)
(
source
)
Members
Constructors
Generation
IGame
Sprites
Link copied to clipboard
constructor
(
redBlue
:
GameSprites
,
yellow
:
GameSprites
)
Properties
red
Blue
Link copied to clipboard
@
SerialName
(
value
=
"red-blue"
)
val
redBlue
:
GameSprites
yellow
Link copied to clipboard
val
yellow
:
GameSprites