PlatformPayConfirmParams.applePay constructor

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

Implementation

@JsonSerializable(explicitToJson: true)
const factory PlatformPayConfirmParams.applePay({
  required ApplePayParams applePay,
}) = PlatformPayConfirmParamsApplePay;