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