OneCallMinutelyWeather constructor

OneCallMinutelyWeather({
  1. DateTime? timeStamp,
  2. num? precipitationAmount,
})

Implementation

OneCallMinutelyWeather({
  this.timeStamp,
  this.precipitationAmount,
});