toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => <String, dynamic>{
      _Param.cnWeatherId: cnWeatherId,
      _Param.weatherId: weatherId,
      _Param.windDir: windDir,
      _Param.windLevel: windLevel,
      _Param.windSpeed: windSpeed,
    };