HttpLibTransport class
- Inheritance
-
- Object
- ApiClientTransport
- HttpLibTransport
Constructors
- HttpLibTransport({required Client client, required String basePath})
Properties
- basePath → String
-
final
- client → Client
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- log → Logger
-
no setterinherited
- loggerName → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
invokeAPI(
String path, String? method, QueryParams queryParams, Iterable< PFile> files, Object? body, Map<String, String?> headerParams, Map<String, String> formParams, String? contentType, {String? basePath}) → Future<ApiResponse> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
Object? obj) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited