PaymentKey constructor
const
PaymentKey({})
Implementation
const PaymentKey({
required this.integration,
required this.key,
this.gatewayType,
this.iframeId,
required this.orderId,
this.redirectionUrl,
required this.saveCard,
});