pickupLocation constant
IRI for schemahttp:pickupLocation [Expects: http://schema.org/Place]
Where a taxi will pick up a passenger or a rental car can be picked up.
Can be used on: http://schema.org/RentalCarReservation, http://schema.org/TaxiReservation
Implementation
static const pickupLocation = IriTerm.prevalidated(
'http://schema.org/pickupLocation',
);