RubricBasedInstructionFollowingInstance constructor

RubricBasedInstructionFollowingInstance({
  1. required String? jsonInstance,
})

Implementation

RubricBasedInstructionFollowingInstance({required this.jsonInstance})
  : super(fullyQualifiedName);