RewardsModel constructor
RewardsModel({})
Implementation
RewardsModel(
{required this.id,
this.title,
this.description,
this.notes,
this.claim,
this.readableDate,
this.rewardType,
this.claimedCount});