bodyType property

String? bodyType

The body type (Content-Type).

Implementation

String? get bodyType => getResponseHeader(HttpRequest._headerKeyContentType);