ViewsFromUnit class

Views available from the guest unit itself.

Constructors

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})
ViewsFromUnit.fromJson(Map json_)

Properties

beachView bool?
Beach view.
getter/setter pair
beachViewException String?
Beach view exception. Possible string values are:
getter/setter pair
cityView bool?
City view.
getter/setter pair
cityViewException String?
City view exception. Possible string values are:
getter/setter pair
gardenView bool?
Garden view.
getter/setter pair
gardenViewException String?
Garden view exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lakeView bool?
Lake view.
getter/setter pair
lakeViewException String?
Lake view exception. Possible string values are:
getter/setter pair
landmarkView bool?
Landmark view.
getter/setter pair
landmarkViewException String?
Landmark view exception. Possible string values are:
getter/setter pair
oceanView bool?
Ocean view.
getter/setter pair
oceanViewException String?
Ocean view exception. Possible string values are:
getter/setter pair
poolView bool?
Pool view.
getter/setter pair
poolViewException String?
Pool view exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valleyView bool?
Valley view.
getter/setter pair
valleyViewException String?
Valley view exception. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited