Location constructor
const
Location({})
Implementation
const Location({
required this.type,
this.country,
this.province,
this.provinceAddr,
this.city,
this.cityAddr,
this.area,
this.areaAddr,
this.street,
this.streets,
this.region,
this.poi,
});