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
/
BerryFlavorMap
Berry
Flavor
Map
@
Serializable
data
class
BerryFlavorMap
(
val
potency
:
Int
,
val
flavor
:
NamedApiResource
)
(
source
)
Members
Constructors
Berry
Flavor
Map
Link copied to clipboard
constructor
(
potency
:
Int
,
flavor
:
NamedApiResource
)
Properties
flavor
Link copied to clipboard
val
flavor
:
NamedApiResource
potency
Link copied to clipboard
val
potency
:
Int