toEntity method

LearningObjective toEntity()

Implementation

LearningObjective toEntity() {
  return LearningObjective(
    id: id,
    orgId: orgId,
    assignmentId: assignmentId,
    targetMastery: targetMastery,
    targetDate: targetDate,
    status: status,
    createdBy: createdBy,
    createdAt: createdAt,
    updatedAt: updatedAt,
  );
}