mapOrNull<TResult extends Object?> method

  1. @optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  1. TResult? useSystem(
    1. ProxyConfig_UseSystem value
    )?,
  2. TResult? disable(
    1. ProxyConfig_Disable value
    )?,
  3. TResult? custom(
    1. ProxyConfig_Custom value
    )?,
})
inherited

Implementation

@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  TResult? Function(ProxyConfig_UseSystem value)? useSystem,
  TResult? Function(ProxyConfig_Disable value)? disable,
  TResult? Function(ProxyConfig_Custom value)? custom,
}) =>
    throw _privateConstructorUsedError;