AddOnAttachmentStudentSubmission constructor

AddOnAttachmentStudentSubmission({
  1. double? pointsEarned,
  2. String? postSubmissionState,
})

Implementation

AddOnAttachmentStudentSubmission({
  this.pointsEarned,
  this.postSubmissionState,
});