RewardProperties constructor

RewardProperties({
  1. String? status,
})

Implementation

RewardProperties({
  this.status,
});