HomelidoProperty class

Constructors

HomelidoProperty({int? id, String? title, String? image, String? address, double? price, double? salePrice, int? bed, int? area, String? areaUnit, int? bathroom, String? currency, String? availableFrom, int? propertyType, HomelidoPropertyInfo? homelidoPropertyInfo, String? countryCode, String? countryName})
HomelidoProperty.fromJson(Map<String, dynamic> json)

Properties

address String?
getter/setter pair
area int?
getter/setter pair
areaUnit String?
getter/setter pair
availableFrom String?
getter/setter pair
bathroom int?
getter/setter pair
bed int?
getter/setter pair
countryCode String?
getter/setter pair
countryName String?
getter/setter pair
currency String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homelidoPropertyInfo HomelidoPropertyInfo?
getter/setter pair
id int?
getter/setter pair
image String?
getter/setter pair
price double?
getter/setter pair
propertyType int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salePrice double?
getter/setter pair
title String?
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