SchemaFloorPlan constructor

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

Create a new instance of SchemaFloorPlan

Implementation

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