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