factory Properties.fromJson(Map<String, dynamic> json) => Properties( location: Location.fromJson(json["location"]), unit: Unit.fromJson(json["unit"]), );