fromLocation constant

IriTerm const fromLocation

fromLocation [Expects: https://schema.org/Place]

A sub property of location. The original location of the object or the agent before the action.

Can be used on: https://schema.org/ExerciseAction, https://schema.org/MoveAction, https://schema.org/TransferAction

Implementation

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