PlatformPayPaymentMethodParams.applePay constructor

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

Implementation

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