SchemaFloorPlan constructor

SchemaFloorPlan({
  1. SchemaLocationFeatureSpecification? amenityFeature,
  2. SchemaQuantitativeValue? floorSize,
  3. SchemaAccommodation? isPlanForApartment,
  4. dynamic layoutImage,
  5. SchemaQuantitativeValue? numberOfAccommodationUnits,
  6. SchemaQuantitativeValue? numberOfAvailableAccommodationUnits,
  7. int? numberOfBathroomsTotal,
  8. dynamic numberOfBedrooms,
  9. int? numberOfFullBathrooms,
  10. int? numberOfPartialBathrooms,
  11. dynamic numberOfRooms,
  12. dynamic petsAllowed,
  13. String? additionalType,
  14. String? alternateName,
  15. dynamic description,
  16. String? disambiguatingDescription,
  17. dynamic identifier,
  18. dynamic image,
  19. dynamic mainEntityOfPage,
  20. String? name,
  21. SchemaAction? potentialAction,
  22. String? sameAs,
  23. dynamic subjectOf,
  24. String? url,
})

Create a new instance of SchemaFloorPlan

Implementation

SchemaFloorPlan({
  this.amenityFeature,
  this.floorSize,
  this.isPlanForApartment,
  this.layoutImage,
  this.numberOfAccommodationUnits,
  this.numberOfAvailableAccommodationUnits,
  this.numberOfBathroomsTotal,
  this.numberOfBedrooms,
  this.numberOfFullBathrooms,
  this.numberOfPartialBathrooms,
  this.numberOfRooms,
  this.petsAllowed,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});