Rubric constructor
Rubric({
- String rubricId = '',
- Rubric_Content? content,
- String? type,
- Rubric_Importance? importance,
Implementation
Rubric({this.rubricId = '', this.content, this.type, this.importance})
: super(fullyQualifiedName);