PlaceResponse.fromJson(Map<String, dynamic> json) { description = json['description']; id = json['id']; place_id = json['place_id']; }