UserSkillPointsPercentile constructor
UserSkillPointsPercentile({})
Returns a new UserSkillPointsPercentile instance.
Implementation
UserSkillPointsPercentile({
required this.username,
required this.totalPoints,
required this.percentile,
});