Reward constructor
Reward({})
Implementation
Reward({
required this.userId,
this.taskId,
this.event,
required this.quantity,
required this.rewardId,
required this.rewardName,
required this.rewardType,
required this.rewardValue,
});