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