contentType property

String? get contentType

Mime type of the content, with charset etc.

Implementation

String? get contentType => contentTypeField.getValue(_json);