EventWorkingLocationPropertiesOfficeLocation constructor

EventWorkingLocationPropertiesOfficeLocation({
  1. String? buildingId,
  2. String? deskId,
  3. String? floorId,
  4. String? floorSectionId,
  5. String? label,
})

Implementation

EventWorkingLocationPropertiesOfficeLocation({
  this.buildingId,
  this.deskId,
  this.floorId,
  this.floorSectionId,
  this.label,
});