Creates a Snow object from json
factory Snow.fromJson(Map<String, dynamic> json) { return Snow( json['1h'], json['3h'], ); }