SchemaBedDetails constructor

SchemaBedDetails({
  1. int? numberOfBeds,
  2. dynamic typeOfBed,
  3. String? additionalType,
  4. String? alternateName,
  5. dynamic description,
  6. String? disambiguatingDescription,
  7. dynamic identifier,
  8. dynamic image,
  9. dynamic mainEntityOfPage,
  10. String? name,
  11. SchemaAction? potentialAction,
  12. String? sameAs,
  13. dynamic subjectOf,
  14. String? url,
})

Create a new instance of SchemaBedDetails

Implementation

SchemaBedDetails({
  this.numberOfBeds,
  this.typeOfBed,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});