contentType property
ContentType?
get
contentType
Gets the Content-Type header.
Implementation
ContentType? get contentType => _response.headers.contentType;
Gets the Content-Type header.
ContentType? get contentType => _response.headers.contentType;