contentType property
ContentType?
get
contentType
The Content-Type of the response.
Implementation
ContentType? get contentType => headers.contentType;
The Content-Type of the response.
ContentType? get contentType => headers.contentType;