toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
      'airData': airData,
      'airQuality': airQuality,
      'city': city,
      'date': date,
      'dateLong': dateLong,
      'date_for_voice': dateForVoice,
      'exp': exp,
      'humidity': humidity,
      'img': img,
      'lastUpdateTime': lastUpdateTime,
      'pm25': pm25,
      'precipitation': precipitation,
      'temp': temp,
      'tempHigh': tempHigh,
      'tempLow': tempLow,
      'tempRange': tempRange,
      'tempReal': tempReal,
      'warning': warning,
      'weather': weather,
      'weatherDescription': weatherDescription,
      'weatherDescription3': weatherDescription3,
      'weatherDescription7': weatherDescription7,
      'weatherType': weatherType,
      'week': week,
      'wind': wind,
      'windLevel': windLevel,
    };