PlatformPayPaymentMethodParams.applePay constructor

const PlatformPayPaymentMethodParams.applePay({
  1. required ApplePayParams applePayParams,
})

Implementation

@JsonSerializable(explicitToJson: true)
const factory PlatformPayPaymentMethodParams.applePay({
  required ApplePayParams applePayParams,
}) = PlatformPayPaymentMethodParamsApplePay;