contentType property

String? contentType
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;