Property class

General factual information about the property's physical structure and important dates.

Constructors

Property({int? builtYear, String? builtYearException, int? floorsCount, String? floorsCountException, int? lastRenovatedYear, String? lastRenovatedYearException, int? roomsCount, String? roomsCountException})
Property.fromJson(Map json_)

Properties

builtYear int?
Built year.
getter/setter pair
builtYearException String?
Built year exception. Possible string values are:
getter/setter pair
floorsCount int?
Floors count.
getter/setter pair
floorsCountException String?
Floors count exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastRenovatedYear int?
Last renovated year.
getter/setter pair
lastRenovatedYearException String?
Last renovated year exception. Possible string values are:
getter/setter pair
roomsCount int?
Rooms count.
getter/setter pair
roomsCountException String?
Rooms count exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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