LivingAreaEating constructor
LivingAreaEating({
- bool? coffeeMaker,
- String? coffeeMakerException,
- bool? cookware,
- String? cookwareException,
- bool? dishwasher,
- String? dishwasherException,
- bool? indoorGrill,
- String? indoorGrillException,
- bool? kettle,
- String? kettleException,
- bool? kitchenAvailable,
- String? kitchenAvailableException,
- bool? microwave,
- String? microwaveException,
- bool? minibar,
- String? minibarException,
- bool? outdoorGrill,
- String? outdoorGrillException,
- bool? oven,
- String? ovenException,
- bool? refrigerator,
- String? refrigeratorException,
- bool? sink,
- String? sinkException,
- bool? snackbar,
- String? snackbarException,
- bool? stove,
- String? stoveException,
- bool? teaStation,
- String? teaStationException,
- bool? toaster,
- String? toasterException,
Implementation
LivingAreaEating({
this.coffeeMaker,
this.coffeeMakerException,
this.cookware,
this.cookwareException,
this.dishwasher,
this.dishwasherException,
this.indoorGrill,
this.indoorGrillException,
this.kettle,
this.kettleException,
this.kitchenAvailable,
this.kitchenAvailableException,
this.microwave,
this.microwaveException,
this.minibar,
this.minibarException,
this.outdoorGrill,
this.outdoorGrillException,
this.oven,
this.ovenException,
this.refrigerator,
this.refrigeratorException,
this.sink,
this.sinkException,
this.snackbar,
this.snackbarException,
this.stove,
this.stoveException,
this.teaStation,
this.teaStationException,
this.toaster,
this.toasterException,
});