mapOrNull<TResult extends Object?> method

  1. @optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  1. TResult? applePay(
    1. _PlatformPaySheetUpdateParams value
    )?,
})
inherited

Implementation

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