PlatformPayPaymentMethodParamsApplePay constructor

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

Implementation

const factory PlatformPayPaymentMethodParamsApplePay(
        {required final ApplePayParams applePayParams}) =
    _$PlatformPayPaymentMethodParamsApplePayImpl;