ChallengeRewardModel constructor
ChallengeRewardModel({})
Implementation
ChallengeRewardModel({
required this.xpThreshold,
required this.creditReward,
this.isClaimed = false,
this.claimedCount = 0,
});
ChallengeRewardModel({
required this.xpThreshold,
required this.creditReward,
this.isClaimed = false,
this.claimedCount = 0,
});