LivingArea constructor
LivingArea({
- LivingAreaAccessibility? accessibility,
- LivingAreaEating? eating,
- LivingAreaFeatures? features,
- LivingAreaLayout? layout,
- LivingAreaSleeping? sleeping,
Implementation
LivingArea({
this.accessibility,
this.eating,
this.features,
this.layout,
this.sleeping,
});