ViewsFromUnit constructor

ViewsFromUnit({
  1. bool? beachView,
  2. String? beachViewException,
  3. bool? cityView,
  4. String? cityViewException,
  5. bool? gardenView,
  6. String? gardenViewException,
  7. bool? lakeView,
  8. String? lakeViewException,
  9. bool? landmarkView,
  10. String? landmarkViewException,
  11. bool? oceanView,
  12. String? oceanViewException,
  13. bool? poolView,
  14. String? poolViewException,
  15. bool? valleyView,
  16. String? valleyViewException,
})

Implementation

ViewsFromUnit({
  this.beachView,
  this.beachViewException,
  this.cityView,
  this.cityViewException,
  this.gardenView,
  this.gardenViewException,
  this.lakeView,
  this.lakeViewException,
  this.landmarkView,
  this.landmarkViewException,
  this.oceanView,
  this.oceanViewException,
  this.poolView,
  this.poolViewException,
  this.valleyView,
  this.valleyViewException,
});