Returns a Map with the object data
Map<String, dynamic> toJson() { return { 'speed': speed, 'deg': deg, 'gust': gust, }; }