ProcessingPaymentViewArguments constructor

const ProcessingPaymentViewArguments({
  1. required String payType,
  2. Key? key,
})

Implementation

const ProcessingPaymentViewArguments({
  required this.payType,
  this.key,
});