toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final commercialGradeDisinfectantCleaning =
this.commercialGradeDisinfectantCleaning;
final commercialGradeDisinfectantCleaningException =
this.commercialGradeDisinfectantCleaningException;
final commonAreasEnhancedCleaning = this.commonAreasEnhancedCleaning;
final commonAreasEnhancedCleaningException =
this.commonAreasEnhancedCleaningException;
final employeesTrainedCleaningProcedures =
this.employeesTrainedCleaningProcedures;
final employeesTrainedCleaningProceduresException =
this.employeesTrainedCleaningProceduresException;
final employeesTrainedThoroughHandWashing =
this.employeesTrainedThoroughHandWashing;
final employeesTrainedThoroughHandWashingException =
this.employeesTrainedThoroughHandWashingException;
final employeesWearProtectiveEquipment =
this.employeesWearProtectiveEquipment;
final employeesWearProtectiveEquipmentException =
this.employeesWearProtectiveEquipmentException;
final guestRoomsEnhancedCleaning = this.guestRoomsEnhancedCleaning;
final guestRoomsEnhancedCleaningException =
this.guestRoomsEnhancedCleaningException;
return {
'commercialGradeDisinfectantCleaning':
?commercialGradeDisinfectantCleaning,
'commercialGradeDisinfectantCleaningException':
?commercialGradeDisinfectantCleaningException,
'commonAreasEnhancedCleaning': ?commonAreasEnhancedCleaning,
'commonAreasEnhancedCleaningException':
?commonAreasEnhancedCleaningException,
'employeesTrainedCleaningProcedures': ?employeesTrainedCleaningProcedures,
'employeesTrainedCleaningProceduresException':
?employeesTrainedCleaningProceduresException,
'employeesTrainedThoroughHandWashing':
?employeesTrainedThoroughHandWashing,
'employeesTrainedThoroughHandWashingException':
?employeesTrainedThoroughHandWashingException,
'employeesWearProtectiveEquipment': ?employeesWearProtectiveEquipment,
'employeesWearProtectiveEquipmentException':
?employeesWearProtectiveEquipmentException,
'guestRoomsEnhancedCleaning': ?guestRoomsEnhancedCleaning,
'guestRoomsEnhancedCleaningException':
?guestRoomsEnhancedCleaningException,
};
}