Location constructor
Location({})
Implementation
Location({
this.buildingId,
this.current,
this.deskCode,
this.floor,
this.floorSection,
this.metadata,
this.type,
this.value,
});
Location({
this.buildingId,
this.current,
this.deskCode,
this.floor,
this.floorSection,
this.metadata,
this.type,
this.value,
});