ClaimDailyRewardResponse constructor Null safety
Creates a new instance of this class.
Implementation
ClaimDailyRewardResponse({
required this.daysLoggedIn,
required this.alreadyClaimed,
required this.rewardsByDay,
});
Creates a new instance of this class.
ClaimDailyRewardResponse({
required this.daysLoggedIn,
required this.alreadyClaimed,
required this.rewardsByDay,
});