jobStartDate constant

IriTerm const jobStartDate

IRI for schemahttp:jobStartDate [Expects: http://schema.org/Date, http://schema.org/Text]

The date on which a successful applicant for this job would be expected to start work. Choose a specific date in the future or use the jobImmediateStart property to indicate the position is to be filled as soon as possible.

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

Implementation

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