OrderReward constructor

OrderReward({
  1. String? id,
  2. String? rewardTierId,
})

Implementation

OrderReward({this.id, this.rewardTierId});