Rubric constructor
Rubric({})
Implementation
Rubric({
this.courseId,
this.courseWorkId,
this.creationTime,
this.criteria,
this.id,
this.sourceSpreadsheetId,
this.updateTime,
});
Rubric({
this.courseId,
this.courseWorkId,
this.creationTime,
this.criteria,
this.id,
this.sourceSpreadsheetId,
this.updateTime,
});