HttpProxyIapetusProxyConfig class Null safety

Implemented types

Constructors

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

Properties

copyWith → _$$HttpProxyIapetusProxyConfigCopyWith<_$HttpProxyIapetusProxyConfig>
read-only
hashCode int
The hash code for this object.
read-onlyinherited
host String
read-only
port int
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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 non-existent 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