SchemaFloorPlan constructor
SchemaFloorPlan({
- SchemaLocationFeatureSpecification? amenityFeature,
- SchemaQuantitativeValue? floorSize,
- SchemaAccommodation? isPlanForApartment,
- dynamic layoutImage,
- SchemaQuantitativeValue? numberOfAccommodationUnits,
- SchemaQuantitativeValue? numberOfAvailableAccommodationUnits,
- int? numberOfBathroomsTotal,
- dynamic numberOfBedrooms,
- int? numberOfFullBathrooms,
- int? numberOfPartialBathrooms,
- dynamic numberOfRooms,
- dynamic petsAllowed,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- 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,
});