toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final doctorOnCall = this.doctorOnCall;
final doctorOnCallException = this.doctorOnCallException;
final ellipticalMachine = this.ellipticalMachine;
final ellipticalMachineException = this.ellipticalMachineException;
final fitnessCenter = this.fitnessCenter;
final fitnessCenterException = this.fitnessCenterException;
final freeFitnessCenter = this.freeFitnessCenter;
final freeFitnessCenterException = this.freeFitnessCenterException;
final freeWeights = this.freeWeights;
final freeWeightsException = this.freeWeightsException;
final massage = this.massage;
final massageException = this.massageException;
final salon = this.salon;
final salonException = this.salonException;
final sauna = this.sauna;
final saunaException = this.saunaException;
final spa = this.spa;
final spaException = this.spaException;
final treadmill = this.treadmill;
final treadmillException = this.treadmillException;
final weightMachine = this.weightMachine;
final weightMachineException = this.weightMachineException;
return {
'doctorOnCall': ?doctorOnCall,
'doctorOnCallException': ?doctorOnCallException,
'ellipticalMachine': ?ellipticalMachine,
'ellipticalMachineException': ?ellipticalMachineException,
'fitnessCenter': ?fitnessCenter,
'fitnessCenterException': ?fitnessCenterException,
'freeFitnessCenter': ?freeFitnessCenter,
'freeFitnessCenterException': ?freeFitnessCenterException,
'freeWeights': ?freeWeights,
'freeWeightsException': ?freeWeightsException,
'massage': ?massage,
'massageException': ?massageException,
'salon': ?salon,
'salonException': ?salonException,
'sauna': ?sauna,
'saunaException': ?saunaException,
'spa': ?spa,
'spaException': ?spaException,
'treadmill': ?treadmill,
'treadmillException': ?treadmillException,
'weightMachine': ?weightMachine,
'weightMachineException': ?weightMachineException,
};
}