RefundId constructor

const RefundId({
  1. required String id,
})

Implementation

const RefundId({required this.id});