acceptsReservations constant

IriTerm const acceptsReservations

acceptsReservations [Expects: http://schema.org/Boolean, http://schema.org/Text, http://schema.org/URL]

Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings Yes or No.

Can be used on: http://schema.org/FoodEstablishment

Implementation

static const acceptsReservations = IriTerm.prevalidated(
  'http://schema.org/acceptsReservations',
);