Reward constructor

Reward({
  1. String? name,
  2. int? amount,
})

Implementation

Reward({this.name, this.amount});