APIClientConfiguration class
Constructors
-
APIClientConfiguration({required String baseUrl, List<
BaseInterceptor> interceptors = const [], bool isLoggingEnabled = false, bool cancelRequestSupport = false, int receiveTimeoutSeconds = 10, int connectTimeoutSeconds = 10, int sendTimeoutSeconds = 10})
Properties
- baseUrl ↔ String
-
getter/setter pair
- cancelRequestSupport ↔ bool
-
getter/setter pair
- connectTimeoutSeconds ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
interceptors
↔ List<
BaseInterceptor> -
getter/setter pair
- isLoggingEnabled ↔ bool
-
getter/setter pair
- receiveTimeoutSeconds ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendTimeoutSeconds ↔ int
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited