Wellness class
Guest facilities at the property to promote or maintain health, beauty, and fitness.
Constructors
- 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})
- Wellness.fromJson(Map json_)
Properties
- doctorOnCall ↔ bool?
-
Doctor on call.
getter/setter pair
- doctorOnCallException ↔ String?
-
Doctor on call exception.
Possible string values are:
getter/setter pair
- ellipticalMachine ↔ bool?
-
Elliptical machine.
getter/setter pair
- ellipticalMachineException ↔ String?
-
Elliptical machine exception.
Possible string values are:
getter/setter pair
- fitnessCenter ↔ bool?
-
Fitness center.
getter/setter pair
- fitnessCenterException ↔ String?
-
Fitness center exception.
Possible string values are:
getter/setter pair
- freeFitnessCenter ↔ bool?
-
Free fitness center.
getter/setter pair
- freeFitnessCenterException ↔ String?
-
Free fitness center exception.
Possible string values are:
getter/setter pair
- freeWeights ↔ bool?
-
Free weights.
getter/setter pair
- freeWeightsException ↔ String?
-
Free weights exception.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- massage ↔ bool?
-
Massage.
getter/setter pair
- massageException ↔ String?
-
Massage exception.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salon ↔ bool?
-
Salon.
getter/setter pair
- salonException ↔ String?
-
Salon exception.
Possible string values are:
getter/setter pair
- sauna ↔ bool?
-
Sauna.
getter/setter pair
- saunaException ↔ String?
-
Sauna exception.
Possible string values are:
getter/setter pair
- spa ↔ bool?
-
Spa.
getter/setter pair
- spaException ↔ String?
-
Spa exception.
Possible string values are:
getter/setter pair
- treadmill ↔ bool?
-
Treadmill.
getter/setter pair
- treadmillException ↔ String?
-
Treadmill exception.
Possible string values are:
getter/setter pair
- weightMachine ↔ bool?
-
Weight machine.
getter/setter pair
- weightMachineException ↔ String?
-
Weight machine exception.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited