headerAccept property

String? headerAccept

Returns the header: Accept

Implementation

String? get headerAccept =>
    _getMapValueKeyIgnoreCase(requestHeaders, 'Content-Accept');