studentContext property

StudentContext? studentContext
getter/setter pair

Add-on context corresponding to the requesting user's role as a student.

Its presence implies that the requesting user is a student in the course.

Implementation

StudentContext? studentContext;