PollenTypeInfo constructor

PollenTypeInfo({
  1. String? code,
  2. String? displayName,
  3. List<String>? healthRecommendations,
  4. bool? inSeason,
  5. IndexInfo? indexInfo,
})

Implementation

PollenTypeInfo({
  this.code,
  this.displayName,
  this.healthRecommendations,
  this.inSeason,
  this.indexInfo,
});