defaultContentType property Null safety

ContentType defaultContentType
read / write

The default value of a contentType.

If no contentType is set for an instance, this is the value used. By default, this value is ContentType.json.

Implementation

static ContentType defaultContentType = ContentType.json;