contentType property

ContentType? get contentType

Gets the Content-Type header.

Implementation

ContentType? get contentType => _response.headers.contentType;