MultipartUrlRequest constructor
MultipartUrlRequest(})
Implementation
MultipartUrlRequest(Uri url, this.method,
{Map<String, String>? headers,
Object? body,
Encoding? encoding,
this.filesMultipart,
this.fieldsMultipart})
: super(url, headers: headers, body: body, encoding: encoding);