contentType property
inherited
The ContentType of the contentTypeHeader header, if any.
Implementation
ContentType? contentType;
override
The ContentType of the contentTypeHeader header, if any.
Implementation
@override
set contentType(_i2.ContentType? _contentType) => super.noSuchMethod(
Invocation.setter(
#contentType,
_contentType,
),
returnValueForMissingStub: null,
);