contentType property

String? contentType
final

Content-Type header value.

Common values:

  • 'application/json'
  • 'application/x-www-form-urlencoded'
  • 'multipart/form-data'
  • 'text/plain'

Implementation

final String? contentType;