Weather constructor Null safety

Weather(
  1. String fcstTime,
  2. String category,
  3. String fcstValue
)

Implementation

Weather(this.fcstTime, this.category, this.fcstValue);