RubricGrade.fromJson constructor
RubricGrade.fromJson(
- Map json_
Implementation
RubricGrade.fromJson(core.Map json_)
: this(
criterionId: json_['criterionId'] as core.String?,
levelId: json_['levelId'] as core.String?,
points: (json_['points'] as core.num?)?.toDouble(),
);