Location constructor
const
Location({})
Implementation
const Location({
required this.name,
required this.owner,
required this.type,
required this.zone,
required this.outsideDescription,
required this.buildingDescription,
this.goods,
});