contentType property
The ContentType of the contentTypeHeader header, if any.
Implementation
@override
ContentType? get contentType => origin.contentType;
The ContentType of the contentTypeHeader header, if any.
Implementation
@override
void set contentType(ContentType? contentType) {
origin.contentType = contentType;
}