PlatformPayPaymentMethodParams.applePay constructor

  1. @JsonSerializable(explicitToJson: true)
const PlatformPayPaymentMethodParams.applePay({
  1. required ApplePayParams applePayParams,
  2. required ApplePayPaymentMethodParams applePayPaymentMethodParams,
})

Implementation

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