contentType property

String? contentType
final

Optional content type metadata for text or byte payloads.

The built-in Dio client currently carries this value on the object but does not turn it into a request header for text or byte bodies.

Implementation

final String? contentType;