hasDriveThroughService constant
IRI for schema:hasDriveThroughService [Expects: https://schema.org/Boolean]
Indicates whether some facility (e.g. {FoodEstablishment}, {CovidTestingFacility}) offers a service that can be used by driving through in a car. In the case of {CovidTestingFacility} such facilities could potentially help with social distancing from other potentially-infected users.
Can be used on: https://schema.org/Place
Implementation
static const hasDriveThroughService = IriTerm.prevalidated(
'https://schema.org/hasDriveThroughService',
);