toEntity method

ComplianceRequirement toEntity()

Implementation

ComplianceRequirement toEntity() {
  return ComplianceRequirement(
    id: id,
    orgId: orgId,
    certificationId: certificationId,
    certificationName: certificationName,
    appliesTo: appliesTo,
    teamId: teamId,
    teamName: teamName,
    roleProfileId: roleProfileId,
    roleProfileName: roleProfileName,
    deadline: deadline,
    isMandatory: isMandatory,
  );
}