PlatformPayPaymentMethodParamsApplePay constructor
const
PlatformPayPaymentMethodParamsApplePay({
- required ApplePayParams applePayParams,
- required ApplePayPaymentMethodParams applePayPaymentMethodParams,
Implementation
const factory PlatformPayPaymentMethodParamsApplePay(
{required final ApplePayParams applePayParams,
required final ApplePayPaymentMethodParams
applePayPaymentMethodParams}) =
_$PlatformPayPaymentMethodParamsApplePay;