Wellness constructor
Wellness({
- bool? doctorOnCall,
- String? doctorOnCallException,
- bool? ellipticalMachine,
- String? ellipticalMachineException,
- bool? fitnessCenter,
- String? fitnessCenterException,
- bool? freeFitnessCenter,
- String? freeFitnessCenterException,
- bool? freeWeights,
- String? freeWeightsException,
- bool? massage,
- String? massageException,
- bool? salon,
- String? salonException,
- bool? sauna,
- String? saunaException,
- bool? spa,
- String? spaException,
- bool? treadmill,
- String? treadmillException,
- bool? weightMachine,
- 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,
});