Properties class

Constructors

Properties({String? name, String? slug, bool? ispravaBuilt, String? builtBy, List<Images>? images, List<String>? featuredIn, String? address, Location? location, double? bedroomCount, String? maxGuests, String? currencyCode, String? currencySymbol, int? poolsCount, int? bathsCount, bool? petsAllowed, bool? soldOut, int? price, int? discountedPrice, bool? upcoming, String? status, String? brand, int? brandId, String? cardLayout, List<PropertyConfigs>? propertyConfigs, List<NextAvailability>? nextAvailability, int? tierDiscountPercentage, String? discountMethod})
Properties.fromJson(Map<String, dynamic> json)

Properties

address String?
getter/setter pair
bathsCount int?
getter/setter pair
bedroomCount double?
getter/setter pair
brand String?
getter/setter pair
brandId int?
getter/setter pair
builtBy String?
getter/setter pair
cardLayout String?
getter/setter pair
currencyCode String?
getter/setter pair
currencySymbol String?
getter/setter pair
discountedPrice int?
getter/setter pair
discountMethod String?
getter/setter pair
featuredIn List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
images List<Images>?
getter/setter pair
ispravaBuilt bool?
getter/setter pair
location Location?
getter/setter pair
maxGuests String?
getter/setter pair
name String?
getter/setter pair
nextAvailability List<NextAvailability>?
getter/setter pair
petsAllowed bool?
getter/setter pair
poolsCount int?
getter/setter pair
price int?
getter/setter pair
propertyConfigs List<PropertyConfigs>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
getter/setter pair
soldOut bool?
getter/setter pair
status String?
getter/setter pair
tierDiscountPercentage int?
getter/setter pair
upcoming bool?
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