WeatherExp constructor
WeatherExp({
- WeatherExpCommon? ct,
- WeatherExpCommon? dy,
- WeatherExpCommon? gm,
- WeatherExpCommon? jt,
- WeatherExpCommon? tr,
- WeatherExpCommon? uv,
- WeatherExpCommon? xc,
- WeatherExpCommon? yd,
Implementation
WeatherExp({
this.ct,
this.dy,
this.gm,
this.jt,
this.tr,
this.uv,
this.xc,
this.yd,
});