Rubric constructor

Rubric({
  1. String rubricId = '',
  2. Rubric_Content? content,
  3. String? type,
  4. Rubric_Importance? importance,
})

Implementation

Rubric({this.rubricId = '', this.content, this.type, this.importance})
  : super(fullyQualifiedName);