PlatformPayConfirmParams.googlePay constructor

  1. @JsonSerializable(explicitToJson: true)
const PlatformPayConfirmParams.googlePay({
  1. required GooglePayParams googlePay,
})

Implementation

@JsonSerializable(explicitToJson: true)
const factory PlatformPayConfirmParams.googlePay({
  required GooglePayParams googlePay,
}) = PlatformPayConfirmParamsGooglePay;