Refunds constructor

Refunds({
  1. int? id,
  2. String? reason,
  3. String? total,
})

Implementation

Refunds({this.id, this.reason, this.total});