RequestSetUp constructor

RequestSetUp({
  1. int? idleTimeout,
  2. int? connectionTimeout,
  3. bool? logResponse,
  4. bool? withTrustedRoots,
  5. Map<String, String>? httpHeaders,
  6. String? privateKeyPath,
  7. String? schemePath,
  8. String? baseURL,
  9. String? privateKeyPassword,
})

Implementation

RequestSetUp({
  this.idleTimeout,
  this.connectionTimeout,
  this.logResponse,
  this.withTrustedRoots,
  this.httpHeaders,
  this.privateKeyPath,
  this.schemePath,
  this.baseURL,
  this.privateKeyPassword
});