LivingAreaLayout class
Information about the layout of the living area.
Constructors
- LivingAreaLayout({bool? balcony, String? balconyException, double? livingAreaSqMeters, String? livingAreaSqMetersException, bool? loft, String? loftException, bool? nonSmoking, String? nonSmokingException, bool? patio, String? patioException, bool? stairs, String? stairsException})
- LivingAreaLayout.fromJson(Map json_)
Properties
- balcony ↔ bool?
-
Balcony.
getter/setter pair
- balconyException ↔ String?
-
Balcony exception.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- livingAreaSqMeters ↔ double?
-
Living area sq meters.
getter/setter pair
- livingAreaSqMetersException ↔ String?
-
Living area sq meters exception.
Possible string values are:
getter/setter pair
- loft ↔ bool?
-
Loft.
getter/setter pair
- loftException ↔ String?
-
Loft exception.
Possible string values are:
getter/setter pair
- nonSmoking ↔ bool?
-
Non smoking.
getter/setter pair
- nonSmokingException ↔ String?
-
Non smoking exception.
Possible string values are:
getter/setter pair
- patio ↔ bool?
-
Patio.
getter/setter pair
- patioException ↔ String?
-
Patio exception.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stairs ↔ bool?
-
Stairs.
getter/setter pair
- stairsException ↔ String?
-
Stairs 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