PaymentCharge constructor

const PaymentCharge({
  1. required String id,
  2. required String providerChargeId,
})

Payment Charge constructor.

Implementation

const PaymentCharge({
  required this.id,
  required this.providerChargeId,
}) : super._();