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