acceptsReservations constant
acceptsReservations [Expects: https://schema.org/Boolean, https://schema.org/Text, https://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: https://schema.org/FoodEstablishment
Implementation
static const acceptsReservations = IriTerm.prevalidated(
'https://schema.org/acceptsReservations',
);