contentType property
String?
get
contentType
Content-Type header value.
Implementation
String? get contentType => headers.value('content-type');
Content-Type header value.
String? get contentType => headers.value('content-type');