QuizReward constructor
QuizReward({})
Implementation
QuizReward({
this.rewardId,
this.type,
this.delivery,
this.prob,
this.amount,
this.score,
this.condition,
this.coupon,
});
QuizReward({
this.rewardId,
this.type,
this.delivery,
this.prob,
this.amount,
this.score,
this.condition,
this.coupon,
});