jsonContentTypeHeader constant

Map<String, String> const jsonContentTypeHeader

The Content-Type header for JSON requests.

Implementation

static const jsonContentTypeHeader = {'Content-Type': 'application/json'};