Rubric constructor

Rubric({
  1. String? courseId,
  2. String? courseWorkId,
  3. String? creationTime,
  4. List<Criterion>? criteria,
  5. String? id,
  6. String? sourceSpreadsheetId,
  7. String? updateTime,
})

Implementation

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