contentType property

ContentType? contentType

Return contentType

Implementation

ContentType? get contentType {
  return headers.contentType;
}