mapOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? useSystem(
- ProxyConfig_UseSystem value
- TResult? disable(
- ProxyConfig_Disable value
- TResult? custom(
- 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;