ViewsFromUnit constructor
ViewsFromUnit({
- bool? beachView,
- String? beachViewException,
- bool? cityView,
- String? cityViewException,
- bool? gardenView,
- String? gardenViewException,
- bool? lakeView,
- String? lakeViewException,
- bool? landmarkView,
- String? landmarkViewException,
- bool? oceanView,
- String? oceanViewException,
- bool? poolView,
- String? poolViewException,
- bool? valleyView,
- 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,
});