HourData constructor
HourData(
- int? _timeEpoch,
- String? _time,
- double? _tempC,
- double? _tempF,
- int? _isDay,
- ConditionData _condition,
- double? _windMph,
- double? _windKph,
- int? _windDegree,
- String? _windDir,
- double? _pressureMb,
- double? _pressureIn,
- double? _precipMm,
- double? _precipIn,
- double? _snowCm,
- int? _humidity,
- int? _cloud,
- double? _feelslikeC,
- double? _feelslikeF,
- double? _windchillC,
- double? _windchillF,
- double? _heatindexC,
- double? _heatindexF,
- double? _dewpointC,
- double? _dewpointF,
- int? _willItRain,
- int? _chanceOfRain,
- int? _willItSnow,
- int? _chanceOfSnow,
- double? _visKm,
- double? _visMiles,
- double? _gustMph,
- double? _gustKph,
- double? _uv,
Implementation
HourData(
this._timeEpoch,
this._time,
this._tempC,
this._tempF,
this._isDay,
this._condition,
this._windMph,
this._windKph,
this._windDegree,
this._windDir,
this._pressureMb,
this._pressureIn,
this._precipMm,
this._precipIn,
this._snowCm,
this._humidity,
this._cloud,
this._feelslikeC,
this._feelslikeF,
this._windchillC,
this._windchillF,
this._heatindexC,
this._heatindexF,
this._dewpointC,
this._dewpointF,
this._willItRain,
this._chanceOfRain,
this._willItSnow,
this._chanceOfSnow,
this._visKm,
this._visMiles,
this._gustMph,
this._gustKph,
this._uv);