numberOfBeds constant

IriTerm const numberOfBeds

IRI for schema:numberOfBeds [Expects: https://schema.org/Number]

The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.

Can be used on: https://schema.org/BedDetails

Implementation

static const numberOfBeds = IriTerm.prevalidated(
  'https://schema.org/numberOfBeds',
);