PlantDescription constructor

PlantDescription({
  1. String? crossReaction,
  2. String? family,
  3. String? picture,
  4. String? pictureCloseup,
  5. String? season,
  6. String? specialColors,
  7. String? specialShapes,
  8. String? type,
})

Implementation

PlantDescription({
  this.crossReaction,
  this.family,
  this.picture,
  this.pictureCloseup,
  this.season,
  this.specialColors,
  this.specialShapes,
  this.type,
});