LivingAreaEating constructor

LivingAreaEating({
  1. bool? coffeeMaker,
  2. String? coffeeMakerException,
  3. bool? cookware,
  4. String? cookwareException,
  5. bool? dishwasher,
  6. String? dishwasherException,
  7. bool? indoorGrill,
  8. String? indoorGrillException,
  9. bool? kettle,
  10. String? kettleException,
  11. bool? kitchenAvailable,
  12. String? kitchenAvailableException,
  13. bool? microwave,
  14. String? microwaveException,
  15. bool? minibar,
  16. String? minibarException,
  17. bool? outdoorGrill,
  18. String? outdoorGrillException,
  19. bool? oven,
  20. String? ovenException,
  21. bool? refrigerator,
  22. String? refrigeratorException,
  23. bool? sink,
  24. String? sinkException,
  25. bool? snackbar,
  26. String? snackbarException,
  27. bool? stove,
  28. String? stoveException,
  29. bool? teaStation,
  30. String? teaStationException,
  31. bool? toaster,
  32. 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,
});