Reward constructor
Reward({
- String? userId,
- String? taskId,
- String? event,
- int? quantity,
- dynamic rewardId,
- dynamic rewardName,
- dynamic rewardType,
- dynamic rewardValue,
- RewardProperties? properties,
Implementation
Reward({
this.userId,
this.taskId,
this.event,
this.quantity,
this.rewardId,
this.rewardName,
this.rewardType,
this.rewardValue,
this.properties,
});