StudentContext constructor

StudentContext({
  1. String? submissionId,
})

Implementation

StudentContext({
  this.submissionId,
});