GrowthRate constructor

GrowthRate({
  1. int? id,
  2. String? name,
  3. String? formula,
  4. List<Descriptions>? descriptions,
  5. List<Levels>? levels,
  6. List<NamedAPIResource>? pokemonSpecies,
})

Implementation

GrowthRate(
    {this.id,
    this.name,
    this.formula,
    this.descriptions,
    this.levels,
    this.pokemonSpecies});