Berry constructor

Berry({
  1. NamedAPIResource? firmness,
  2. List<Flavors>? flavors,
  3. int? growthTime,
  4. int? id,
  5. NamedAPIResource? item,
  6. int? maxHarvest,
  7. String? name,
  8. int? naturalGiftPower,
  9. NamedAPIResource? naturalGiftType,
  10. int? size,
  11. int? smoothness,
  12. int? soilDryness,
})

Implementation

Berry(
    {this.firmness,
    this.flavors,
    this.growthTime,
    this.id,
    this.item,
    this.maxHarvest,
    this.name,
    this.naturalGiftPower,
    this.naturalGiftType,
    this.size,
    this.smoothness,
    this.soilDryness});