PlaceDetail constructor

PlaceDetail({
  1. List? htmlAttributions,
  2. Result? result,
})

Creates a PlaceDetail instance.

Implementation

PlaceDetail({
  this.htmlAttributions,
  this.result,
});