RubricBasedInstructionFollowingSpec.fromJson constructor

RubricBasedInstructionFollowingSpec.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RubricBasedInstructionFollowingSpec.fromJson(
  Map<String, dynamic> json,
) {
  return RubricBasedInstructionFollowingSpec();
}