toEntity method

LearningPathStep toEntity()

Implementation

LearningPathStep toEntity() {
  return LearningPathStep(
    id: id,
    pathId: pathId,
    domainId: domainId,
    domainName: domainName,
    position: position,
    requiredMastery: requiredMastery,
    estimatedHours: estimatedHours,
  );
}