PlatformPayPaymentMethodParamsWeb constructor

const PlatformPayPaymentMethodParamsWeb({
  1. required PlatformPayWebPaymentRequestCreateOptions options,
})

Implementation

const factory PlatformPayPaymentMethodParamsWeb(
        {required final PlatformPayWebPaymentRequestCreateOptions options}) =
    _$PlatformPayPaymentMethodParamsWebImpl;