Wellness constructor

Wellness({
  1. bool? doctorOnCall,
  2. String? doctorOnCallException,
  3. bool? ellipticalMachine,
  4. String? ellipticalMachineException,
  5. bool? fitnessCenter,
  6. String? fitnessCenterException,
  7. bool? freeFitnessCenter,
  8. String? freeFitnessCenterException,
  9. bool? freeWeights,
  10. String? freeWeightsException,
  11. bool? massage,
  12. String? massageException,
  13. bool? salon,
  14. String? salonException,
  15. bool? sauna,
  16. String? saunaException,
  17. bool? spa,
  18. String? spaException,
  19. bool? treadmill,
  20. String? treadmillException,
  21. bool? weightMachine,
  22. String? weightMachineException,
})

Implementation

Wellness({
  this.doctorOnCall,
  this.doctorOnCallException,
  this.ellipticalMachine,
  this.ellipticalMachineException,
  this.fitnessCenter,
  this.fitnessCenterException,
  this.freeFitnessCenter,
  this.freeFitnessCenterException,
  this.freeWeights,
  this.freeWeightsException,
  this.massage,
  this.massageException,
  this.salon,
  this.salonException,
  this.sauna,
  this.saunaException,
  this.spa,
  this.spaException,
  this.treadmill,
  this.treadmillException,
  this.weightMachine,
  this.weightMachineException,
});