RoleSkillExpectationModel constructor
Implementation
const factory RoleSkillExpectationModel({
required String roleProfileId,
required String skillId,
String? skillName,
required int expectedMastery,
}) = _RoleSkillExpectationModel;
const factory RoleSkillExpectationModel({
required String roleProfileId,
required String skillId,
String? skillName,
required int expectedMastery,
}) = _RoleSkillExpectationModel;