toEntity method

Certification toEntity()

Implementation

Certification toEntity() {
  return Certification(
    id: id,
    orgId: orgId,
    name: name,
    description: description,
    pathId: pathId,
    domainId: domainId,
    pathName: pathName,
    domainName: domainName,
    requiredMastery: requiredMastery,
    validityMonths: validityMonths,
    createdBy: createdBy,
    createdAt: createdAt,
  );
}