contentType property
String?
get
contentType
Mime type of the content, with charset etc.
Implementation
String? get contentType => contentTypeField.getValue(_json);
Mime type of the content, with charset etc.
String? get contentType => contentTypeField.getValue(_json);