ApiClient class
Methods
-
-
deserialize(String value, String targetType, {bool growable = false})
→ dynamic
-
-
deserializeAsync(String value, String targetType, {bool growable = false})
→ Future
-
-
invokeAPI(String path, String method, List<QueryParam> queryParams, Object? body, Map<String, String> formParams, String? contentType)
→ Future<Response>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(Object? value)
→ String
-
-
serializeAsync(Object? value)
→ Future<String>
-
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
fromJson(dynamic value, String targetType, {bool growable = false})
→ dynamic
-
Returns a native instance of an OpenAPI class matching the
targetType
.