Place constructor
const
Place({})
Implementation
const Place({
this.placeId,
this.addressComponents,
this.formattedAddress,
this.formattedPhoneNumber,
this.geometry,
this.name,
});
const Place({
this.placeId,
this.addressComponents,
this.formattedAddress,
this.formattedPhoneNumber,
this.geometry,
this.name,
});