LivingAreaFeatures class

Features in the living area.

Constructors

LivingAreaFeatures({bool? airConditioning, String? airConditioningException, bool? bathtub, String? bathtubException, bool? bidet, String? bidetException, bool? dryer, String? dryerException, bool? electronicRoomKey, String? electronicRoomKeyException, bool? fireplace, String? fireplaceException, bool? hairdryer, String? hairdryerException, bool? heating, String? heatingException, bool? inunitSafe, String? inunitSafeException, bool? inunitWifiAvailable, String? inunitWifiAvailableException, bool? ironingEquipment, String? ironingEquipmentException, bool? payPerViewMovies, String? payPerViewMoviesException, bool? privateBathroom, String? privateBathroomException, bool? shower, String? showerException, bool? toilet, String? toiletException, bool? tv, bool? tvCasting, String? tvCastingException, String? tvException, bool? tvStreaming, String? tvStreamingException, bool? universalPowerAdapters, String? universalPowerAdaptersException, bool? washer, String? washerException})
LivingAreaFeatures.fromJson(Map json_)

Properties

airConditioning bool?
Air conditioning.
getter/setter pair
airConditioningException String?
Air conditioning exception. Possible string values are:
getter/setter pair
bathtub bool?
Bathtub.
getter/setter pair
bathtubException String?
Bathtub exception. Possible string values are:
getter/setter pair
bidet bool?
Bidet.
getter/setter pair
bidetException String?
Bidet exception. Possible string values are:
getter/setter pair
dryer bool?
Dryer.
getter/setter pair
dryerException String?
Dryer exception. Possible string values are:
getter/setter pair
electronicRoomKey bool?
Electronic room key.
getter/setter pair
electronicRoomKeyException String?
Electronic room key exception. Possible string values are:
getter/setter pair
fireplace bool?
Fireplace.
getter/setter pair
fireplaceException String?
Fireplace exception. Possible string values are:
getter/setter pair
hairdryer bool?
Hairdryer.
getter/setter pair
hairdryerException String?
Hairdryer exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heating bool?
Heating.
getter/setter pair
heatingException String?
Heating exception. Possible string values are:
getter/setter pair
inunitSafe bool?
In-unit safe.
getter/setter pair
inunitSafeException String?
In-unit safe exception. Possible string values are:
getter/setter pair
inunitWifiAvailable bool?
In-unit Wifi available.
getter/setter pair
inunitWifiAvailableException String?
In-unit Wifi available exception. Possible string values are:
getter/setter pair
ironingEquipment bool?
Ironing equipment.
getter/setter pair
ironingEquipmentException String?
Ironing equipment exception. Possible string values are:
getter/setter pair
payPerViewMovies bool?
Pay per view movies.
getter/setter pair
payPerViewMoviesException String?
Pay per view movies exception. Possible string values are:
getter/setter pair
privateBathroom bool?
Private bathroom.
getter/setter pair
privateBathroomException String?
Private bathroom exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shower bool?
Shower.
getter/setter pair
showerException String?
Shower exception. Possible string values are:
getter/setter pair
toilet bool?
Toilet.
getter/setter pair
toiletException String?
Toilet exception. Possible string values are:
getter/setter pair
tv bool?
TV.
getter/setter pair
tvCasting bool?
TV casting.
getter/setter pair
tvCastingException String?
TV exception. Possible string values are:
getter/setter pair
tvException String?
TV exception. Possible string values are:
getter/setter pair
tvStreaming bool?
TV streaming.
getter/setter pair
tvStreamingException String?
TV streaming exception. Possible string values are:
getter/setter pair
universalPowerAdapters bool?
Universal power adapters.
getter/setter pair
universalPowerAdaptersException String?
Universal power adapters exception. Possible string values are:
getter/setter pair
washer bool?
Washer.
getter/setter pair
washerException String?
Washer 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