Place constructor
Place({})
Implementation
Place({
this.streetNumber,
this.street,
this.city,
this.state,
this.zipCode,
this.vicinity,
this.country,
this.lat,
this.lng,
});
Place({
this.streetNumber,
this.street,
this.city,
this.state,
this.zipCode,
this.vicinity,
this.country,
this.lat,
this.lng,
});