PlatformPayConfirmParams.googlePay constructor

const PlatformPayConfirmParams.googlePay({
  1. required GooglePayParams googlePay,
})

Implementation

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