PlaceInsight constructor

PlaceInsight({
  1. String? place,
})

Implementation

PlaceInsight({
  this.place,
});