EventWorkingLocationProperties constructor

EventWorkingLocationProperties({
  1. EventWorkingLocationPropertiesCustomLocation? customLocation,
  2. Object? homeOffice,
  3. EventWorkingLocationPropertiesOfficeLocation? officeLocation,
  4. String? type,
})

Implementation

EventWorkingLocationProperties({
  this.customLocation,
  this.homeOffice,
  this.officeLocation,
  this.type,
});