contentType constant
String
const contentType
The HTTP header key used to specify the media type of the resource, typically 'application/json' or 'application/xml'.
Implementation
static const String contentType = 'Content-Type';