ApiClient class
Constructors
- ApiClient(Configuration config)
Properties
- basePath ↔ String
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpClient → Client
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addDefaultHeader(
String key, String value) → void -
deserialize(
String jsonVal, String targetType) → dynamic -
invokeAPI(
String path, String method, List< QueryParam> queryParams, Object? body, Map<String, String> headerParams, Map<String, String> formParams, String contentType, List<String> authNames) → Future<Response> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
Object? obj) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- API_CLIENT_VERSION_HEADER → const String
- API_SDK_HEADER → const String
- SDK_NAME → const String