GuestUnitFeatures class
Features and available amenities in the guest unit.
Constructors
- GuestUnitFeatures({bool? bungalowOrVilla, String? bungalowOrVillaException, bool? connectingUnitAvailable, String? connectingUnitAvailableException, bool? executiveFloor, String? executiveFloorException, int? maxAdultOccupantsCount, String? maxAdultOccupantsCountException, int? maxChildOccupantsCount, String? maxChildOccupantsCountException, int? maxOccupantsCount, String? maxOccupantsCountException, bool? privateHome, String? privateHomeException, bool? suite, String? suiteException, String? tier, String? tierException, LivingArea? totalLivingAreas, ViewsFromUnit? views})
- GuestUnitFeatures.fromJson(Map json_)
Properties
- bungalowOrVilla ↔ bool?
-
Bungalow or villa.
getter/setter pair
- bungalowOrVillaException ↔ String?
-
Bungalow or villa exception.
Possible string values are:
getter/setter pair
- connectingUnitAvailable ↔ bool?
-
Connecting unit available.
getter/setter pair
- connectingUnitAvailableException ↔ String?
-
Connecting unit available exception.
Possible string values are:
getter/setter pair
- executiveFloor ↔ bool?
-
Executive floor.
getter/setter pair
- executiveFloorException ↔ String?
-
Executive floor exception.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxAdultOccupantsCount ↔ int?
-
Max adult occupants count.
getter/setter pair
- maxAdultOccupantsCountException ↔ String?
-
Max adult occupants count exception.
Possible string values are:
getter/setter pair
- maxChildOccupantsCount ↔ int?
-
Max child occupants count.
getter/setter pair
- maxChildOccupantsCountException ↔ String?
-
Max child occupants count exception.
Possible string values are:
getter/setter pair
- maxOccupantsCount ↔ int?
-
Max occupants count.
getter/setter pair
- maxOccupantsCountException ↔ String?
-
Max occupants count exception.
Possible string values are:
getter/setter pair
- privateHome ↔ bool?
-
Private home.
getter/setter pair
- privateHomeException ↔ String?
-
Private home exception.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suite ↔ bool?
-
Suite.
getter/setter pair
- suiteException ↔ String?
-
Suite exception.
Possible string values are:
getter/setter pair
- tier ↔ String?
-
Tier.
getter/setter pair
- tierException ↔ String?
-
Tier exception.
Possible string values are:
getter/setter pair
- totalLivingAreas ↔ LivingArea?
-
Features available in the living areas in the guest unit.
getter/setter pair
- views ↔ ViewsFromUnit?
-
Views available from the guest unit itself.
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