contentType property

String? get contentType

Get the Content-Type header

Implementation

static String? get contentType => request.headers.get('content-type');