HttpProxyIapetusProxyConfig class abstract

Implemented types

Constructors

HttpProxyIapetusProxyConfig({required String host, required int port})
const
factory

Properties

copyWith → _$$HttpProxyIapetusProxyConfigImplCopyWith<_$HttpProxyIapetusProxyConfigImpl>
Create a copy of IapetusProxyConfig with the given fields replaced by the non-null parameter values.
no setter
hashCode int
The hash code for this object.
no setterinherited
host String
no setter
port int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult noProxy(NoProxyIapetusProxyConfig value), required TResult system(SystemIapetusProxyConfig value), required TResult httpProxy(HttpProxyIapetusProxyConfig value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? noProxy(NoProxyIapetusProxyConfig value)?, TResult? system(SystemIapetusProxyConfig value)?, TResult? httpProxy(HttpProxyIapetusProxyConfig value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult noProxy(NoProxyIapetusProxyConfig value)?, TResult system(SystemIapetusProxyConfig value)?, TResult httpProxy(HttpProxyIapetusProxyConfig value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult noProxy()?, TResult system()?, TResult httpProxy(String host, int port)?, 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 noProxy(), required TResult system(), required TResult httpProxy(String host, int port)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? noProxy()?, TResult? system()?, TResult? httpProxy(String host, int port)?}) → TResult?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited