mapOrNull<TResult extends Object?> method
TResult?
mapOrNull<TResult extends Object?>({
- TResult? applePay(
- _PlatformPaySheetUpdateParams value
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(_PlatformPaySheetUpdateParams value)? applePay,
}) =>
throw _privateConstructorUsedError;