PlatformPayPaymentMethodParamsGooglePay class
abstract
Methods
-
map<TResult extends Object?>({required TResult googlePay(PlatformPayPaymentMethodParamsGooglePay value), required TResult applePay(PlatformPayPaymentMethodParamsApplePay value), required TResult web(PlatformPayPaymentMethodParamsWeb value)})
→ TResult
-
inherited
-
mapOrNull<TResult extends Object?>({TResult? googlePay(PlatformPayPaymentMethodParamsGooglePay value)?, TResult? applePay(PlatformPayPaymentMethodParamsApplePay value)?, TResult? web(PlatformPayPaymentMethodParamsWeb value)?})
→ TResult?
-
inherited
-
maybeMap<TResult extends Object?>({TResult googlePay(PlatformPayPaymentMethodParamsGooglePay value)?, TResult applePay(PlatformPayPaymentMethodParamsApplePay value)?, TResult web(PlatformPayPaymentMethodParamsWeb value)?, required TResult orElse()})
→ TResult
-
inherited
-
maybeWhen<TResult extends Object?>({TResult googlePay(GooglePayParams googlePayParams, GooglePayPaymentMethodParams googlePayPaymentMethodParams)?, TResult applePay(ApplePayParams applePayParams)?, TResult web(PlatformPayWebPaymentRequestCreateOptions options)?, required TResult orElse()})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
when<TResult extends Object?>({required TResult googlePay(GooglePayParams googlePayParams, GooglePayPaymentMethodParams googlePayPaymentMethodParams), required TResult applePay(ApplePayParams applePayParams), required TResult web(PlatformPayWebPaymentRequestCreateOptions options)})
→ TResult
-
inherited
-
whenOrNull<TResult extends Object?>({TResult? googlePay(GooglePayParams googlePayParams, GooglePayPaymentMethodParams googlePayPaymentMethodParams)?, TResult? applePay(ApplePayParams applePayParams)?, TResult? web(PlatformPayWebPaymentRequestCreateOptions options)?})
→ TResult?
-
inherited