EventWorkingLocationProperties constructor
EventWorkingLocationProperties({
- EventWorkingLocationPropertiesCustomLocation? customLocation,
- Object? homeOffice,
- EventWorkingLocationPropertiesOfficeLocation? officeLocation,
- String? type,
Implementation
EventWorkingLocationProperties({
this.customLocation,
this.homeOffice,
this.officeLocation,
this.type,
});