Http4MultipartImplementation class
Constructors
-
Http4MultipartImplementation.new({List<
InterceptorContract> interceptors = const [], required String url, required Http4Method method, required List<MultipartFile> files, Map<String, String> fields = const {}, Map<String, String> headers = const {}, RetryPolicy? retryPolicy})
Properties
- baseUrl ↔ Uri
-
getter/setter pair
- client ↔ InterceptedClient
-
getter/setter pair
-
fields
→ Map<
String, String> -
final
-
files
→ List<
MultipartFile> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ Map<
String, String> -
final
- method ↔ Http4Method
-
getter/setter pair
- retryPolicy → RetryPolicy?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
) → Future< Http4Response> -
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