courseMode constant
courseMode [Expects: http://schema.org/Text, http://schema.org/URL]
The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous).
Can be used on: http://schema.org/CourseInstance
Implementation
static const courseMode = IriTerm.prevalidated(
'http://schema.org/courseMode',
);