PlaceResponse constructor

PlaceResponse({
  1. String? description,
  2. String? id,
  3. String? place_id,
})

Implementation

PlaceResponse({this.description, this.id, this.place_id});