HealthAndSafety constructor
HealthAndSafety({
- EnhancedCleaning? enhancedCleaning,
- IncreasedFoodSafety? increasedFoodSafety,
- MinimizedContact? minimizedContact,
- PersonalProtection? personalProtection,
- PhysicalDistancing? physicalDistancing,
Implementation
HealthAndSafety({
this.enhancedCleaning,
this.increasedFoodSafety,
this.minimizedContact,
this.personalProtection,
this.physicalDistancing,
});