contentType property Null safety

ContentType contentType
read / write

The Content-Type that body should be encoded in.

body will be encoded according to the codec in CodecRegistry that matches this value.

Defaults to ContentType.json.

Implementation

ContentType contentType = ContentType.json;