PlatformPayPaymentMethodParamsApplePay constructor

const PlatformPayPaymentMethodParamsApplePay({
  1. required ApplePayParams applePayParams,
  2. required ApplePayPaymentMethodParams applePayPaymentMethodParams,
})

Implementation

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