RequestSetUp class

Constructors

RequestSetUp({int? idleTimeout, int? connectionTimeout, bool? logResponse, bool? withTrustedRoots, Map<String, String>? httpHeaders, String? privateKeyPath, String? schemePath, String? baseURL, String? privateKeyPassword})

Properties

baseURL String?
getter/setter pair
connectionTimeout int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpHeaders Map<String, String>?
getter/setter pair
idleTimeout int?
getter/setter pair
logResponse bool?
getter/setter pair
privateKeyPassword String?
getter/setter pair
privateKeyPath String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemePath String?
getter/setter pair
withTrustedRoots bool?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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