PaymentRequest constructor
PaymentRequest({
- PaymentCode? code,
- PaymentData? data,
Implementation
PaymentRequest({
this.code,
this.data,
});
PaymentRequest({
this.code,
this.data,
});