EventWorkingLocationPropertiesOfficeLocation.fromJson constructor

EventWorkingLocationPropertiesOfficeLocation.fromJson(
  1. Map json_
)

Implementation

EventWorkingLocationPropertiesOfficeLocation.fromJson(core.Map json_)
    : this(
        buildingId: json_['buildingId'] as core.String?,
        deskId: json_['deskId'] as core.String?,
        floorId: json_['floorId'] as core.String?,
        floorSectionId: json_['floorSectionId'] as core.String?,
        label: json_['label'] as core.String?,
      );