contentType property
final
The content type of the file in the multipart request, e.g. 'image/jpeg'. If not specified, 'application/octet-stream' will be used.
Implementation
final String? contentType;
The content type of the file in the multipart request, e.g. 'image/jpeg'. If not specified, 'application/octet-stream' will be used.
final String? contentType;