toEntity method

RoleSkillExpectation toEntity()

Implementation

RoleSkillExpectation toEntity() {
  return RoleSkillExpectation(
    roleProfileId: roleProfileId,
    skillId: skillId,
    skillName: skillName,
    expectedMastery: expectedMastery,
  );
}