Location constructor
const
Location({})
Implementation
const Location({
required this.country,
this.state,
this.city,
required this.name,
required this.coordinates,
required this.isIndoor,
});
const Location({
required this.country,
this.state,
this.city,
required this.name,
required this.coordinates,
required this.isIndoor,
});