Refund constructor

Refund({
  1. required String id,
})

Implementation

Refund({required this.id});