Properties constructor
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,
Implementation
Properties(
{this.name,
this.slug,
this.ispravaBuilt,
this.builtBy,
this.images,
this.featuredIn,
this.address,
this.location,
this.bedroomCount,
this.maxGuests,
this.currencyCode,
this.currencySymbol,
this.poolsCount,
this.bathsCount,
this.petsAllowed,
this.soldOut,
this.price,
this.discountedPrice,
this.upcoming,
this.status,
this.brand,
this.brandId,
this.cardLayout,
this.propertyConfigs,
this.nextAvailability,
this.tierDiscountPercentage,
this.discountMethod});