LivingArea class

An individual room, such as kitchen, bathroom, bedroom, within a bookable guest unit.

Constructors

LivingArea({LivingAreaAccessibility? accessibility, LivingAreaEating? eating, LivingAreaFeatures? features, LivingAreaLayout? layout, LivingAreaSleeping? sleeping})
LivingArea.fromJson(Map json_)

Properties

accessibility LivingAreaAccessibility?
Accessibility features of the living area.
getter/setter pair
eating LivingAreaEating?
Information about eating features in the living area.
getter/setter pair
features LivingAreaFeatures?
Features in the living area.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layout LivingAreaLayout?
Information about the layout of the living area.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sleeping LivingAreaSleeping?
Information about sleeping features in the living area.
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