ClientConfig class abstract
Configuration used by a client.
- Implementers
Constructors
Properties
- apiKey → String
-
API key for a given applicationID.
no setter
- applicationID → String
-
Application to target. Is passed as a HTTP header.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ Map<
String, String> ? -
Default headers that should be applied to every request.
no setter
-
hosts
→ Iterable<
Host> -
List of hosts and back-up host used to perform a custom retry logic.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeout → Duration
-
The timeout for each request when performing (read) operations.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited