PlaceInfo constructor

PlaceInfo({
  1. String? placeId,
  2. String? placeName,
})

Implementation

PlaceInfo({
  this.placeId,
  this.placeName,
});