-
client
↔ Client
-
Creates a new MultipartRequest.
getter/setter pair
-
contentLength
↔ int
-
The total length of the request body, in bytes.
getter/setter pairinherited
-
fields
→ Map<String, String>
-
The form fields to send for this request.
finalinherited
-
files
→ List<MultipartFile>
-
The list of files to upload for this request.
finalinherited
-
finalized
→ bool
-
Whether
finalize
has been called.
no setterinherited
-
followRedirects
↔ bool
-
Whether the client should follow redirects while resolving this request.
getter/setter pairinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
finalinherited
-
maxRedirects
↔ int
-
The maximum number of redirects to follow when
followRedirects
is true.
getter/setter pairinherited
-
method
→ String
-
The HTTP method of the request.
finalinherited
-
onProgress
→ void Function(int bytes, int totalBytes)?
-
final
-
persistentConnection
↔ bool
-
Whether a persistent connection should be maintained with the server.
getter/setter pairinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
url
→ Uri
-
The URL to which the request will be sent.
finalinherited