DayInfo constructor

DayInfo({
  1. Date? date,
  2. List<PlantInfo>? plantInfo,
  3. List<PollenTypeInfo>? pollenTypeInfo,
})

Implementation

DayInfo({
  this.date,
  this.plantInfo,
  this.pollenTypeInfo,
});