TopicPrerequisite constructor
Implementation
const TopicPrerequisite({
required this.topicId,
required this.prerequisiteTopicId,
required this.strength,
this.prerequisiteTitle,
this.prerequisiteMastery,
});
const TopicPrerequisite({
required this.topicId,
required this.prerequisiteTopicId,
required this.strength,
this.prerequisiteTitle,
this.prerequisiteMastery,
});