toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (commercialGradeDisinfectantCleaning != null)
        'commercialGradeDisinfectantCleaning':
            commercialGradeDisinfectantCleaning!,
      if (commercialGradeDisinfectantCleaningException != null)
        'commercialGradeDisinfectantCleaningException':
            commercialGradeDisinfectantCleaningException!,
      if (commonAreasEnhancedCleaning != null)
        'commonAreasEnhancedCleaning': commonAreasEnhancedCleaning!,
      if (commonAreasEnhancedCleaningException != null)
        'commonAreasEnhancedCleaningException':
            commonAreasEnhancedCleaningException!,
      if (employeesTrainedCleaningProcedures != null)
        'employeesTrainedCleaningProcedures':
            employeesTrainedCleaningProcedures!,
      if (employeesTrainedCleaningProceduresException != null)
        'employeesTrainedCleaningProceduresException':
            employeesTrainedCleaningProceduresException!,
      if (employeesTrainedThoroughHandWashing != null)
        'employeesTrainedThoroughHandWashing':
            employeesTrainedThoroughHandWashing!,
      if (employeesTrainedThoroughHandWashingException != null)
        'employeesTrainedThoroughHandWashingException':
            employeesTrainedThoroughHandWashingException!,
      if (employeesWearProtectiveEquipment != null)
        'employeesWearProtectiveEquipment': employeesWearProtectiveEquipment!,
      if (employeesWearProtectiveEquipmentException != null)
        'employeesWearProtectiveEquipmentException':
            employeesWearProtectiveEquipmentException!,
      if (guestRoomsEnhancedCleaning != null)
        'guestRoomsEnhancedCleaning': guestRoomsEnhancedCleaning!,
      if (guestRoomsEnhancedCleaningException != null)
        'guestRoomsEnhancedCleaningException':
            guestRoomsEnhancedCleaningException!,
    };