SchemaHouse constructor
      
      SchemaHouse({ 
    
- dynamic numberOfRooms,
- String? accommodationCategory,
- SchemaFloorPlan? accommodationFloorPlan,
- SchemaLocationFeatureSpecification? amenityFeature,
- dynamic bed,
- String? floorLevel,
- SchemaQuantitativeValue? floorSize,
- dynamic leaseLength,
- int? numberOfBathroomsTotal,
- dynamic numberOfBedrooms,
- int? numberOfFullBathrooms,
- int? numberOfPartialBathrooms,
- SchemaQuantitativeValue? occupancy,
- String? permittedUsage,
- dynamic petsAllowed,
- String? tourBookingPage,
- int? yearBuilt,
- SchemaPropertyValue? additionalProperty,
- dynamic address,
- SchemaAggregateRating? aggregateRating,
- String? branchCode,
- SchemaPlace? containedIn,
- SchemaPlace? containedInPlace,
- SchemaPlace? containsPlace,
- SchemaEvent? event,
- SchemaEvent? events,
- String? faxNumber,
- dynamic geo,
- dynamic geoContains,
- dynamic geoCoveredBy,
- dynamic geoCovers,
- dynamic geoCrosses,
- dynamic geoDisjoint,
- dynamic geoEquals,
- dynamic geoIntersects,
- dynamic geoOverlaps,
- dynamic geoTouches,
- dynamic geoWithin,
- String? globalLocationNumber,
- SchemaCertification? hasCertification,
- bool? hasDriveThroughService,
- dynamic hasMap,
- bool? isAccessibleForFree,
- String? isicV4,
- dynamic keywords,
- dynamic latitude,
- dynamic logo,
- dynamic longitude,
- String? map,
- String? maps,
- int? maximumAttendeeCapacity,
- SchemaOpeningHoursSpecification? openingHoursSpecification,
- dynamic photo,
- dynamic photos,
- bool? publicAccess,
- SchemaReview? review,
- SchemaReview? reviews,
- String? slogan,
- bool? smokingAllowed,
- SchemaOpeningHoursSpecification? specialOpeningHoursSpecification,
- String? telephone,
- 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 SchemaHouse
Implementation
SchemaHouse({
  this.numberOfRooms,
  this.accommodationCategory,
  this.accommodationFloorPlan,
  this.amenityFeature,
  this.bed,
  this.floorLevel,
  this.floorSize,
  this.leaseLength,
  this.numberOfBathroomsTotal,
  this.numberOfBedrooms,
  this.numberOfFullBathrooms,
  this.numberOfPartialBathrooms,
  this.occupancy,
  this.permittedUsage,
  this.petsAllowed,
  this.tourBookingPage,
  this.yearBuilt,
  this.additionalProperty,
  this.address,
  this.aggregateRating,
  this.branchCode,
  this.containedIn,
  this.containedInPlace,
  this.containsPlace,
  this.event,
  this.events,
  this.faxNumber,
  this.geo,
  this.geoContains,
  this.geoCoveredBy,
  this.geoCovers,
  this.geoCrosses,
  this.geoDisjoint,
  this.geoEquals,
  this.geoIntersects,
  this.geoOverlaps,
  this.geoTouches,
  this.geoWithin,
  this.globalLocationNumber,
  this.hasCertification,
  this.hasDriveThroughService,
  this.hasMap,
  this.isAccessibleForFree,
  this.isicV4,
  this.keywords,
  this.latitude,
  this.logo,
  this.longitude,
  this.map,
  this.maps,
  this.maximumAttendeeCapacity,
  this.openingHoursSpecification,
  this.photo,
  this.photos,
  this.publicAccess,
  this.review,
  this.reviews,
  this.slogan,
  this.smokingAllowed,
  this.specialOpeningHoursSpecification,
  this.telephone,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});