PokemonType

@Serializable
data class PokemonType(val slot: Int, val type: NamedApiResource)(source)

Constructors

Link copied to clipboard
constructor(slot: Int, type: NamedApiResource)

Properties

Link copied to clipboard
val slot: Int
Link copied to clipboard