HealthAndSafety constructor

HealthAndSafety({
  1. EnhancedCleaning? enhancedCleaning,
  2. IncreasedFoodSafety? increasedFoodSafety,
  3. MinimizedContact? minimizedContact,
  4. PersonalProtection? personalProtection,
  5. PhysicalDistancing? physicalDistancing,
})

Implementation

HealthAndSafety({
  this.enhancedCleaning,
  this.increasedFoodSafety,
  this.minimizedContact,
  this.personalProtection,
  this.physicalDistancing,
});