io.github.juliano.pokeapi.models.pokemon.PokemonForm
See thePokemonForm companion object
final case class PokemonForm(id: Int, name: String, order: Int, formOrder: Int, isDefault: Boolean, isBattleOnly: Boolean, isMega: Boolean, formName: String, pokemon: NamedAPIResource, types: List[FormType], sprites: PokemonFormSprites, versionGroup: NamedAPIResource, names: List[Name], formNames: List[Name])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article